Lines Matching defs:phony
10 # This happens for ordinary targets as well as for .PHONY targets, even
11 # though the .PHONY targets usually do not correspond to a file.
22 all: interrupt-phony
27 clean-before clean-after: .PHONY
28 @rm -f cmd-interrupt-ordinary cmd-interrupt-phony
36 interrupt-phony: .PHONY
37 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-phony || true
39 @echo ${.TARGET}: ${exists(././cmd-interrupt-phony) :? ok : error }
54 cmd-interrupt-phony: .PHONY