Lines Matching refs:made
223 * the node's made field is set to ERROR and creation stops.
406 gn->made = ERROR;
522 assert(gn->made == UNMADE);
525 * First mark ourselves to be made, then apply whatever transformations
533 gn->made = BEINGMADE;
541 gn->made = ABORTED;
550 * All the children were made ok. Now youngestChild->mtime contains the
557 gn->made = UPTODATE;
571 * We need to be re-made.
598 gn->made = ERROR;
603 gn->made = ERROR;
607 if (gn->made != ERROR) {
609 * If the node was made successfully, mark it so, update
613 gn->made = MADE;
638 switch (gn->made) {
641 gn->made = ERROR;
669 * gn->made
675 * dependencies could not be made due to errors.
683 if (gn->made == UNMADE && (gn == pgn || !(pgn->type & OP_MADE))) {
688 } else if (gn->made == ERROR) {
759 if (gn->made == UPTODATE) {
761 } else if (gn->made == ABORTED) {