Home | History | Annotate | Download | only in make

Lines Matching defs:parents

78  *	Make_Update	After a target is made, update all its parents.
262 * The mtime field of the node and the youngestChild field of its parents
367 * If the target isn't out-of-date, the parents need to know its
370 * have their mtime stay below their children's mtime to keep parents
375 for (ln = gn->parents.first; ln != NULL; ln = ln->next)
459 Lst_Append(&gn->parents, pgn);
588 * Set the .PREFIX and .IMPSRC variables for all the implied parents
645 * Perform update on the parents of a node. Used by JobFinish once
656 * set the FORCE flag on the parents.
669 GNodeList *parents;
690 * which is where all parents are linked.
693 if (!Lst_IsEmpty(&cgn->parents))
694 Punt("%s%s: cohort has parents", cgn->name,
703 parents = &centurion->parents;
708 /* Now mark all the parents as having one less unmade child */
709 for (ln = parents->first; ln != NULL; ln = ln->next) {
771 * We must always rescan the parents of .WAIT and .ORDER
1314 Lst_Append(&gn->parents, waitNode);
1344 Lst_Append(&cgn->parents, pgn);