Lines Matching refs:changed
79 one goal whose `changed' member is nonzero is successfully made. */
96 /* Clear the `changed' flag of each goal in the chain.
103 g->changed = 0;
158 /* Set the goal's `changed' flag if any commands were started
162 g->changed = 1;
187 if (file->updated && g->changed &&
194 If STATUS is changed, we will get re-exec'd, and
224 or not at all. G->changed will have been set above if
226 && file->update_status == 0 && !g->changed
428 that its name may be changed by a VPATH search, and thus it may
539 /* The prereq is considered changed if the timestamp has changed while
543 d->changed = ((file_mtime (d->file) != mtime)
597 d->changed = ((file->phony && file->cmds != 0)
640 independently changed to finished state, and we would confuse that
665 /* Set DEPS_CHANGED if this dep actually changed. */
666 deps_changed |= d->changed;
669 /* Set D->changed if either this dep actually changed,
671 d->changed |= noexist || d_mtime > this_mtime;
687 else if (d->changed)
718 _("No commands for `%s' and no prerequisites actually changed.\n"));
1083 changed it, so change it back. */
1172 Also allow for its name to be changed via VPATH search. */
1183 /* The archive's name has changed.