Lines Matching refs:is
85 # filechk is used to check if the content of a generated file is updated.
94 # - If no file exist it is created
95 # - If the content differ the new file is used
123 # If quiet is "silent_", print nothing and sink stdout
124 # If quiet is "quiet_", print short log
125 # If quiet is empty, print short log and whole command
137 # However, this does not work when the stderr is piped to another program, like
146 # Of course, this is unneeded for phony targets.
156 # if_changed - execute command if any prerequisite is newer than
164 # Check if both commands are the same including their order. Result is empty
186 # If there is no prerequisite other than phony targets, $(newer-prereqs) becomes
190 # It is a typical mistake to forget the FORCE prerequisite. Check it here so
192 check-FORCE = $(if $(filter FORCE, $^),,$(warning FORCE prerequisite is missing))
220 # (1) - due to target is PHONY
228 # (3) Prerequisite is newer than target
234 # This is a good hint that there is a bug in the kbuild file
237 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
263 # .NOTINTERMEDIATE is more correct, but only available on newer Make versions.