Lines Matching defs:targets
11 all: .PHONY make-mode-randomize-targets
14 # By adding the word "randomize-targets" to the variable .MAKE.MODE, the
15 # targets are not made in declaration order, but rather in random order. This
23 make-mode-randomize-targets: .PHONY
25 @${MAKE} -r -f ${MAKEFILE} randomize-targets
28 @${MAKE} -r -f ${MAKEFILE} -j1 randomize-targets
31 @${MAKE} -r -f ${MAKEFILE} -j5 randomize-targets | grep '^:'
33 .if make(randomize-targets)
34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT
39 # the mode after defining the targets.
40 .MAKE.MODE+= randomize-targets