Searched refs:phony (Results 1 – 10 of 10) sorted by relevance
30 # 2 - phony33 %.2: 2.phony35 .PHONY: 2.phony37 # 3 - implicit-phony40 %.3: 3.implicit-phony43 3.implicit-phony:
228 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()
85 unsigned int phony:1; /* Nonzero if this is a phony file member
325 MERGE (phony); in rehash_file()674 f2->phony = 1; in snap_deps()904 if (f->phony) in print_file()
533 if (file->precious || file->phony) in delete_target()
561 * The commands given for `.DEFAULT' are now used for phony targets with no724 It used to be that no message was printed for top-level phony targets725 (because "`phony' is up to date" isn't quite right). Now a different726 message "Nothing to be done for `phony'" is printed in that case.
11 ."clean should still execute because of it's phony status.";
133 as phony.575 called "phony targets". *Note Phony Targets::, for information about1589 as phony.2206 A phony target is one that is not really the name of a file. It is2208 request. There are two reasons to use a phony target: to avoid a2222 The phony target will cease to work if anything ever does create a2226 explicitly declare the target to be phony, using the special target2235 Since it knows that phony targets do not name actual files that2237 for phony targets (*note Implicit Rules::). This is why declaring a2238 target phony is good for performance, even if you are not worried about[all …]
159 as phony.644 but are just actions are called @dfn{phony targets}. @xref{Phony1845 as phony.2593 @cindex phony targets2594 @cindex targets, phony2597 A phony target is one that is not really the name of a file. It is just a2599 There are two reasons to use a phony target: to avoid a conflict with2620 The phony target will cease to work if anything ever does create a file2624 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 …]
1009 * Declare phony targets with the special target `.PHONY'.3848 * phony targets: Phony Targets. (line 6)4079 * targets, phony: Phony Targets. (line 6)