Lines Matching +full:cycle +full:- +full:1
5 TESTS= simple recursive shared cycle
6 PAUSE= sleep 1
11 # Ignore "--- target ---" lines printed by parallel make.
14 @${.MAKE} -f ${THISMAKEFILE} -j4 $t 2>&1 | grep -v "^--- "
18 # Within each test, the names of the sub-targets follow these
34 PARALLEL_TARG= ${.TARGET:C/\.[a-z]/.*/g:Q}
41 simple: simple.1 .WAIT simple.2
56 # cycle: the cyclic dependency must not cause infinite recursion
58 cycle: cycle.1.99 .WAIT cycle.2.99
59 cycle.2.99: cycle.2.98 _ECHOUSE
60 cycle.2.98: cycle.2.97 _ECHOUSE
61 cycle.2.97: cycle.2.99 _ECHOUSE