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

  /src/usr.bin/make/unit-tests/
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
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...]
depsrc-phony.exp 1 : depsrc-phony.mk is made.
varmod-path.exp 1 varmod-path.subdir/varmod-path.phony
deptgt-phony.exp 1 Expanding "depsrc-phony-pr-15164-*-wildcard"...
2 Expanding "deptgt-phony-pr-15164-*-wildcard"...
15 Wildcard expanding "depsrc-phony-pr-15164-*-wildcard"...
16 Expanding "depsrc-phony-pr-15164-*-wildcard"...
18 Wildcard expanding "deptgt-phony-pr-15164-*-wildcard"...
19 Expanding "deptgt-phony-pr-15164-*-wildcard"...
23 SuffFindDeps "depsrc-phony-pr-15164"
24 No valid suffix on depsrc-phony-pr-15164
25 SuffFindDeps "deptgt-phony-pr-15164"
26 No valid suffix on deptgt-phony-pr-1516
    [all...]
opt-touch.mk 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make
7 opt-touch-phony: .PHONY
depsrc-phony.mk 1 # $NetBSD: depsrc-phony.mk,v 1.4 2024/04/27 20:41:32 rillig Exp $
3 # Tests for the special source .PHONY in dependency declarations,
7 # Without the .PHONY, this target would be "up to date".
8 # expect: : depsrc-phony.mk is made.
9 ${MAKEFILE}: .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-no-action-touch.exp 1 echo ": Making opt-touch-phony."
2 { : Making opt-touch-phony.
opt-query.exp 12 Making phony in compat mode:
13 phony in compat mode: query status 1
21 Making phony in jobs mode:
22 phony in jobs mode: query status 1
cmd-interrupt.exp 4 > cmd-interrupt-phony
5 interrupt-phony: ok
deptgt-delete_on_error.exp 8 > deptgt-delete_on_error-phony; false
10 > deptgt-delete_on_error-phony-delete; false
18 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-delete_on_error-phony deptgt-delete_on_error-phony-delete deptgt-delete_on_error-precious deptgt-delete_on_error-precious-delete" in unit-tests
26 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-delete_on_error-phony deptgt-delete_on_error-phony-delete deptgt-delete_on_error-precious deptgt-delete_on_error-precious-delete" in unit-tests
31 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-delete_on_error-phony deptgt-delete_on_error-phony-delete deptgt-delete_on_error-precious deptgt-delete_on_error-precious-delete" in unit-tests
32 > deptgt-delete_on_error-phony; false
33 *** [deptgt-delete_on_error-phony] Error code
    [all...]
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-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
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
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 84 milliseconds