Lines Matching refs:to
15 # The temporary file to save gcc -MD generated dependencies must not
35 # filechk is used to check if the content of a generated file is updated.
42 # The rule defined shall write to stdout the content of the new file.
48 # to specify a valid file as first prerequisite (often the kbuild file)
190 # if_changed_dep - as if_changed, but uses fixdep to reveal dependencies
204 # >'< substitution is for echo to work,
205 # >$< substitution to preserve $ when reloading .cmd file
240 # (1) - due to target is PHONY
241 # (2) - due to target missing
242 # (3) - due to: file1.h file2.h
243 # (4) - due to command line change
244 # (5) - due to missing .cmd file
245 # (6) - due to target not in $(targets)
252 # (5) No dir/.target.cmd file (used to store command line)
257 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
259 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
261 $(if $(cmd_$@),- due to command line change, \
263 - due to missing .cmd file, \
264 - due to $(notdir $@) not in $$(targets) \
269 - due to target missing \