Home
last modified time | relevance | path

Searched refs:phony (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd-src/usr.bin/make/unit-tests/
H A Ddeptgt-phony.mk17 depsrc-phony-pr-15164: .PHONY
19 depsrc-phony-pr-15164-*-wildcard: .PHONY
22 .PHONY: deptgt-phony-pr-15164
23 deptgt-phony-pr-15164:
26 .PHONY: deptgt-phony-pr-15164-*-wildcard
27 deptgt-phony-pr-15164-*-wildcard:
30 all: depsrc-phony-pr-15164 depsrc-phony-pr-15164-*-wildcard
31 all: deptgt-phony-pr-15164 deptgt-phony-pr-15164-*-wildcard
H A Dcmd-interrupt.mk22 all: interrupt-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: .PHONY
H A Dvarmod-path.mk21 _!= > 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}
H A Dopt-query.exp12 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
H A Dphony-end.mk3 all ok also.ok bug phony:
8 phony bug: .PHONY
9 all: phony
H A Ddeptgt-delete_on_error.mk19 TARGETS+= ${THIS}-phony ${THIS}-phony-delete
35 ${THIS}-phony{,-delete}: .PHONY
H A Dopt-touch.mk5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make
7 opt-touch-phony: .PHONY
H A Dopt-touch-jobs.mk7 .MAKEFLAGS: opt-touch-phony
14 opt-touch-phony: .PHONY
H A Dopt-no-action-touch.mk12 .MAKEFLAGS: opt-touch-phony
20 opt-touch-phony: .PHONY
H A Dopt-query.mk37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
81 phony: .PHONY
H A DMakefile129 TESTS+= depsrc-phony
160 TESTS+= deptgt-phony
301 TESTS+= phony-end
329 TESTS+= suff-phony
513 SED_CMDS.deptgt-phony= ${STD_SED_CMDS.dd}
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dpatternrules30 # 2 - phony
33 %.2: 2.phony
35 .PHONY: 2.phony
37 # 3 - implicit-phony
40 %.3: 3.implicit-phony
43 3.implicit-phony:
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmkdeps.c369 make_write (const class mkdeps *d, FILE *fp, bool phony, unsigned int colmax) in make_write() argument
382 if (phony) in make_write()
392 deps_write (const class mkdeps *d, FILE *fp, bool phony, unsigned int colmax) in deps_write() argument
394 make_write (d, fp, phony, colmax); in deps_write()
/netbsd-src/external/gpl2/gmake/dist/
H A Dremake.c228 message (1, ((file->phony || file->cmds == 0) in update_goal_chain()
451 if (!file->phony && file->cmds == 0 && !file->tried_implicit) in update_file_1()
594 d->changed = ((file->phony && file->cmds != 0) in update_file_1()
826 if (file->phony) in notice_finished_file()
850 if ((ran && !file->phony) || touched) in notice_finished_file()
912 if (ran && !d->file->phony) in notice_finished_file()
942 if (file->phony || !file->intermediate) in check_dep()
959 if (!file->phony && file->cmds == 0 && !file->tried_implicit) in check_dep()
1101 if (file->phony) in remake_file()
H A Dfiledef.h85 unsigned int phony:1; /* Nonzero if this is a phony file member
H A Dfile.c325 MERGE (phony); in rehash_file()
674 f2->phony = 1; in snap_deps()
904 if (f->phony) in print_file()
H A Dcommands.c533 if (file->precious || file->phony) in delete_target()
H A DNEWS561 * The commands given for `.DEFAULT' are now used for phony targets with no
724 It used to be that no message was printed for top-level phony targets
725 (because "`phony' is up to date" isn't quite right). Now a different
726 message "Nothing to be done for `phony'" is printed in that case.
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/targets/
H A DPHONY11 ."clean should still execute because of it's phony status.";
/netbsd-src/external/apache2/llvm/dist/clang/cmake/modules/
H A DAddClang.cmake135 # Add empty "phony" target
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/
H A DMakefile.in.in107 # In this case, stamp-po is a nop (i.e. a phony target).
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/
H A DMakefile.in.in97 # In this case, stamp-po is a nop (i.e. a phony target).
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A DMakefile.in.in107 # In this case, stamp-po is a nop (i.e. a phony target).
/netbsd-src/external/gpl2/gmake/dist/doc/
H A Dmake.texi159 as phony.
644 but are just actions are called @dfn{phony targets}. @xref{Phony
1845 as phony.
2593 @cindex phony targets
2594 @cindex targets, phony
2597 A phony target is one that is not really the name of a file. It is just a
2599 There are two reasons to use a phony target: to avoid a conflict with
2620 The phony target will cease to work if anything ever does create a file
2624 declare the target to be phony, using the special target @code{.PHONY}
2635 Since it knows that phony targets do not name actual files that could be
[all …]
/netbsd-src/external/bsd/flex/dist/po/
H A DMakefile.in.in115 # In this case, stamp-po is a nop (i.e. a phony target).

1234