Lines Matching refs:interrupt
21 all: interrupt-ordinary
22 all: interrupt-phony
23 all: interrupt-precious
24 all: interrupt-compat
28 @rm -f cmd-interrupt-ordinary cmd-interrupt-phony
29 @rm -f cmd-interrupt-precious cmd-interrupt-compat
31 interrupt-ordinary:
32 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-ordinary || true
34 @echo ${.TARGET}: ${exists(././cmd-interrupt-ordinary) :? error : ok }
36 interrupt-phony: .PHONY
37 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-phony || true
39 @echo ${.TARGET}: ${exists(././cmd-interrupt-phony) :? ok : error }
41 interrupt-precious: .PRECIOUS
42 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-precious || true
44 @echo ${.TARGET}: ${exists(././cmd-interrupt-precious) :? ok : error }
46 interrupt-compat:
47 @${MAKE} -f ${MAKEFILE} cmd-interrupt-compat || true
48 @echo ${.TARGET} ${exists(././cmd-interrupt-compat) :? expected-fail : unexpected-ok }
50 cmd-interrupt-ordinary:
54 cmd-interrupt-phony: .PHONY
58 cmd-interrupt-precious: .PRECIOUS
67 cmd-interrupt-compat: