Lines Matching refs:is
43 # filechk is used to check if the content of a generated file is updated.
52 # - If no file exist it is created
53 # - If the content differ the new file is used
55 # - stdin is piped in from the first prerequisite ($<) so one has
75 # Return first <prefix> where a <prefix>gcc is found in PATH.
78 # Note: '2>/dev/null' is here to force Make to invoke a shell. Otherwise, it
90 # Exit code chooses option. "$$TMP" serves as a temporary file and is
147 # Note this is mainly for HJ Lu's 3 number binutil versions
181 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
189 # if_changed - execute command if any prerequisite is newer than
197 # Check if both commands are the same including their order. Result is empty
213 # Find any prerequisites that is newer than target or that does not exist.
239 # (1) - due to target is PHONY
247 # (3) Prerequisite is newer than target
253 # This is a good hint that there is a bug in the kbuild file
256 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
277 # When a Kconfig string contains a filename, it is suitable for
278 # passing to shell commands. It is surrounded by double-quotes, and
282 # This is no use for dependencies or $(wildcard). We need to strip the
292 # Also, if the filename is a relative filename and exists in the source
298 # But it's only cosmetic, and $(patsubst "%",%,$(CONFIG_FOO)) is good