Lines Matching refs:is
41 # filechk is used to check if the content of a generated file is updated.
50 # - If no file exist it is created
51 # - If the content differ the new file is used
53 # - stdin is piped in from the first prerequisite ($<) so one has
74 # Return first prefix where a prefix$(CC) is found in PATH.
88 # Exit code chooses option. "$$TMP" is can be used as temporary file and
89 # is automatically cleaned up.
177 # Note this is mainly for HJ Lu's 3 number binutil versions
216 # Prefix -I with $(srctree) if it is not an absolute path.
225 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
236 # if_changed - execute command if any prerequisite is newer than
244 # Check if both arguments has same arguments. Result is empty string if equal.
260 # Find any prerequisites that is newer than target or that does not exist.
290 # (1) - due to target is PHONY
298 # (3) Prerequisite is newer than target
304 # This is a good hint that there is a bug in the kbuild file
307 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
328 # When a Kconfig string contains a filename, it is suitable for
329 # passing to shell commands. It is surrounded by double-quotes, and
333 # This is no use for dependencies or $(wildcard). We need to strip the
343 # Also, if the filename is a relative filename and exists in the source
349 # But it's only cosmetic, and $(patsubst "%",%,$(CONFIG_FOO)) is good