Lines Matching refs:due
244 # (1) - due to target is PHONY
245 # (2) - due to target missing
246 # (3) - due to: file1.h file2.h
247 # (4) - due to command line change
248 # (5) - due to missing .cmd file
249 # (6) - due to target not in $(targets)
261 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
263 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
265 $(if $(cmd_$@),- due to command line change, \
267 - due to missing .cmd file, \
268 - due to $(notdir $@) not in $$(targets) \
273 - due to target missing \