Lines Matching full:made

78  *	Make_Update	After a target is made, update all its parents.
202 prefix, GNodeMade_Name(gn->made), type, flags, suffix); in GNode_FprintDetails()
346 * (such as a typically used FORCE source) has been made and in GNode_IsOODate()
349 * child after it was considered made. in GNode_IsOODate()
491 * This child node is now "made", so we decrement the count of in MakeHandleUse()
544 * depend on FRC to be made, so we have to check for gn->children in Make_Recheck()
570 * the target is made now. Otherwise archives with '...' rules in Make_Recheck()
642 if (succ->made == DEFERRED && in ScheduleOrderSuccessors()
656 * If the child was made, the parent's flag CHILDMADE field will be
662 * If the child wasn't made, the youngestChild field of the parent will be
685 * If the child was actually made, see what its modification time is in Make_Update()
689 if (cgn->made != UPTODATE) in Make_Update()
732 * If the parent has the .MADE attribute, its timestamp got in Make_Update()
740 DEBUG0(MAKE, "- .MADE\n"); in Make_Update()
745 if (cgn->made == MADE) in Make_Update()
757 "- centurion made %d, %d unmade cohorts\n", in Make_Update()
758 centurion->made, centurion->unmade_cohorts); in Make_Update()
762 /* One more child of this parent is now made */ in Make_Update()
783 if (pgn->made != DEFERRED) { in Make_Update()
797 debug_printf("- %s%s made, schedule %s%s (made %d)\n", in Make_Update()
799 pgn->name, pgn->cohort_num, pgn->made); in Make_Update()
803 pgn->made = REQUESTED; in Make_Update()
832 * variable if it was actually made (since .JOIN nodes don't have
866 if (cgn->made == MADE) in MakeAddAllSrc()
870 (cgn->mtime >= now && cgn->made == MADE)) { in MakeAddAllSrc()
883 * XXX: This will cause all made children to go in in MakeAddAllSrc()
968 cn->made = DEFERRED; in MakeBuildChild()
975 cn->made = REQUESTED; in MakeBuildChild()
1034 if (gn->made != REQUESTED) { in MakeStartJobs()
1035 debug_printf("internal error: made = %s\n", in MakeStartJobs()
1036 GNodeMade_Name(gn->made)); in MakeStartJobs()
1050 gn->made = DEFERRED; in MakeStartJobs()
1060 gn->made = DEFERRED; in MakeStartJobs()
1070 gn->made = BEINGMADE; in MakeStartJobs()
1080 gn->made = UPTODATE; in MakeStartJobs()
1146 switch (gn->made) { in MakePrintStatus()
1151 case MADE: in MakePrintStatus()
1253 * be made as we go down. in Make_ExpandUse()
1407 * be made by doing a breadth-first traversal of the graph starting from the
1477 * Print the final status of each target. E.g. if it wasn't made in Make_Run()