Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dpatternrules30 # 2 - phony
33 %.2: 2.phony
35 .PHONY: 2.phony
37 # 3 - implicit-phony
40 %.3: 3.implicit-phony
43 3.implicit-phony:
/ndk/sources/host-tools/make-3.81/
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()
Dfiledef.h85 unsigned int phony:1; /* Nonzero if this is a phony file member
Dfile.c325 MERGE (phony); in rehash_file()
674 f2->phony = 1; in snap_deps()
904 if (f->phony) in print_file()
Dcommands.c533 if (file->precious || file->phony) in delete_target()
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.
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DPHONY11 ."clean should still execute because of it's phony status.";
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1133 as phony.
575 called "phony targets". *Note Phony Targets::, for information about
1589 as phony.
2206 A phony target is one that is not really the name of a file. It is
2208 request. There are two reasons to use a phony target: to avoid a
2222 The phony target will cease to work if anything ever does create a
2226 explicitly declare the target to be phony, using the special target
2235 Since it knows that phony targets do not name actual files that
2237 for phony targets (*note Implicit Rules::). This is why declaring a
2238 target phony is good for performance, even if you are not worried about
[all …]
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 …]
Dmake.info-21009 * Declare phony targets with the special target `.PHONY'.
3848 * phony targets: Phony Targets. (line 6)
4079 * targets, phony: Phony Targets. (line 6)