Home | History | Annotate | Download | only in make

Lines Matching refs:made

224  * the node's made field is set to ERROR and creation stops.
403 gn->made = ERROR;
519 assert(gn->made == UNMADE);
522 * First mark ourselves to be made, then apply whatever transformations
530 gn->made = BEINGMADE;
538 gn->made = ABORTED;
547 * All the children were made ok. Now youngestChild->mtime contains the
554 gn->made = UPTODATE;
568 * We need to be re-made.
595 gn->made = ERROR;
600 gn->made = ERROR;
604 if (gn->made != ERROR) {
606 * If the node was made successfully, mark it so, update
610 gn->made = MADE;
635 switch (gn->made) {
638 gn->made = ERROR;
641 case MADE:
666 * gn->made
668 * MADE gn was recreated successfully.
672 * dependencies could not be made due to errors.
680 if (gn->made == UNMADE && (gn == pgn || !(pgn->type & OP_MADE))) {
685 } else if (gn->made == ERROR) {
756 if (gn->made == UPTODATE) {
758 } else if (gn->made == ABORTED) {