Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:TARGETS

7 # In compatibility mode, regular and phony targets are deleted, but precious
8 # targets are preserved.
10 # In parallel mode, regular targets are deleted, while phony and precious
11 # targets are preserved.
18 TARGETS= ${THIS}-regular ${THIS}-regular-delete
19 TARGETS+= ${THIS}-phony ${THIS}-phony-delete
20 TARGETS+= ${THIS}-precious ${THIS}-precious-delete
23 @rm -f ${TARGETS}
25 @-${.MAKE} -f ${MAKEFILE} -k ${TARGETS}
26 @rm -f ${TARGETS}
29 @-${.MAKE} -f ${MAKEFILE} -k -j1 ${TARGETS}
30 @rm -f ${TARGETS}
42 # It does not apply to single targets.
45 .DELETE_ON_ERROR: ${TARGETS:M*-delete}