Lines Matching full:made
226 * the node's made field is set to ERROR and creation stops.
404 gn->made = ERROR;
520 assert(gn->made == UNMADE);
523 * First mark ourselves to be made, then apply whatever transformations
531 gn->made = BEINGMADE;
539 gn->made = ABORTED;
548 * All the children were made ok. Now youngestChild->mtime contains the
555 gn->made = UPTODATE;
569 * We need to be re-made.
596 gn->made = ERROR;
601 gn->made = ERROR;
605 if (gn->made != ERROR) {
607 * If the node was made successfully, mark it so, update
611 gn->made = MADE;
636 switch (gn->made) {
639 gn->made = ERROR;
642 case MADE:
667 * gn->made
669 * MADE gn was recreated successfully.
673 * dependencies could not be made due to errors.
681 if (gn->made == UNMADE && (gn == pgn || !(pgn->type & OP_MADE))) {
686 } else if (gn->made == ERROR) {
757 if (gn->made == UPTODATE) {
759 } else if (gn->made == ABORTED) {