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

  /src/usr.bin/make/unit-tests/
deptgt-phony.mk 1 # $NetBSD: deptgt-phony.mk,v 1.3 2022/02/11 23:44:18 rillig Exp $
3 # Tests for the special target .PHONY in dependency declarations.
10 # https://gnats.netbsd.org/15164 describes that .PHONY targets are still
11 # looked up in directories, even though .PHONY means that these targets do
14 # expect: Expanding "depsrc-phony-pr-15164-*-wildcard"...
15 # expect: Expanding "deptgt-phony-pr-15164-*-wildcard"...
17 depsrc-phony-pr-15164: .PHONY
19 depsrc-phony-pr-15164-*-wildcard: .PHONY
    [all...]
phony-end.mk 1 # $NetBSD: phony-end.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
3 all ok also.ok bug phony: target
8 phony bug: .PHONY target
9 all: phony
varmod-path.mk 6 # The phony target does not have a corresponding path, therefore ... oops,
21 _!= > varmod-path.subdir/varmod-path.phony
28 varmod-path.phony: .PHONY
31 all: varmod-path.phony varmod-path.real
32 @echo ${varmod-path.phony:P}
cmd-interrupt.mk 10 # This happens for ordinary targets as well as for .PHONY targets, even
11 # though the .PHONY targets usually do not correspond to a file.
22 all: interrupt-phony
27 clean-before clean-after: .PHONY
28 @rm -f cmd-interrupt-ordinary cmd-interrupt-phony
36 interrupt-phony: .PHONY
37 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-phony || true
39 @echo ${.TARGET}: ${exists(././cmd-interrupt-phony) :? ok : error }
54 cmd-interrupt-phony: .PHON
    [all...]
opt-no-action-touch.mk 12 .MAKEFLAGS: opt-touch-phony
18 # .PHONY targets are not touched since they do not represent actual files.
20 opt-touch-phony: .PHONY
opt-touch.mk 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make
7 opt-touch-phony: .PHONY
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
19 TARGETS+= ${THIS}-phony ${THIS}-phony-delete
35 ${THIS}-phony{,-delete}: .PHONY
opt-touch-jobs.mk 7 .MAKEFLAGS: opt-touch-phony
12 # .PHONY targets are not touched since they do not represent actual files.
14 opt-touch-phony: .PHONY
opt-query.mk 22 all: .PHONY variants cleanup
26 variants: .PHONY
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
51 # expect: phony in compat mode: query status 1
54 # expect: phony in jobs mode: query status 1
56 cleanup: .PHONY
81 phony: .PHONY target
Makefile 130 TESTS+= depsrc-phony
161 TESTS+= deptgt-phony
304 TESTS+= phony-end
335 TESTS+= suff-phony
520 SED_CMDS.deptgt-phony= ${STD_SED_CMDS.dd}
776 test: ${OUTFILES} .PHONY

Completed in 14 milliseconds