Home | History | Annotate | Download | only in make

Lines Matching refs:made

78  *	Make_Update	After a target is made, update all its parents.
206 prefix, GNodeMade_Name(gn->made), type, flags, suffix);
350 * (such as a typically used FORCE source) has been made and
353 * child after it was considered made.
541 * depend on FRC to be made, so we have to check for gn->children
567 * the target is made now. Otherwise archives with '...' rules
639 if (succ->made == DEFERRED &&
653 * If the child was made, the parent's flag CHILDMADE field will be
659 * If the child wasn't made, the youngestChild field of the parent will be
682 * If the child was actually made, see what its modification time is
686 if (cgn->made != UPTODATE)
729 * If the parent has the .MADE attribute, its timestamp got
737 DEBUG0(MAKE, "- .MADE\n");
742 if (cgn->made == MADE)
754 "- centurion made %d, %d unmade cohorts\n",
755 centurion->made, centurion->unmade_cohorts);
759 /* One more child of this parent is now made */
780 if (pgn->made != DEFERRED) {
794 debug_printf("- %s%s made, schedule %s%s (made %d)\n",
796 pgn->name, pgn->cohort_num, pgn->made);
800 pgn->made = REQUESTED;
829 * variable if it was actually made (since .JOIN nodes don't have
863 if (cgn->made == MADE)
867 (cgn->mtime >= now && cgn->made == MADE)) {
880 * XXX: This will cause all made children to go in
965 cn->made = DEFERRED;
972 cn->made = REQUESTED;
1031 if (gn->made != REQUESTED) {
1032 debug_printf("internal error: made = %s\n",
1033 GNodeMade_Name(gn->made));
1047 gn->made = DEFERRED;
1053 gn->made = DEFERRED;
1060 gn->made = BEINGMADE;
1070 gn->made = UPTODATE;
1136 switch (gn->made) {
1141 case MADE:
1238 * be made as we go down.