HomeSort by: relevance | last modified time | path
    Searched defs:precious (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
cmd-interrupt.mk 14 # the special source .PRECIOUS. These targets need to ensure for themselves
23 all: interrupt-precious
29 @rm -f cmd-interrupt-precious cmd-interrupt-compat
41 interrupt-precious: .PRECIOUS
42 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-precious || true
44 @echo ${.TARGET}: ${exists(././cmd-interrupt-precious) :? ok : error }
58 cmd-interrupt-precious: .PRECIOUS
deptgt-delete_on_error.mk 7 # In compatibility mode, regular and phony targets are deleted, but precious
10 # In parallel mode, regular targets are deleted, while phony and precious
20 TARGETS+= ${THIS}-precious ${THIS}-precious-delete
38 ${THIS}-precious{,-delete}: .PRECIOUS

Completed in 14 milliseconds