Home
last modified time | relevance | path

Searched refs:UNMADE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/
H A Dtarg.c191 gn->made = UNMADE; in GNode_New()
425 case UNMADE: return "unmade"; in GNodeMade_Name()
491 } else if (gn->made != UNMADE) { in Targ_PrintNode()
H A Dcompat.c525 assert(gn->made == UNMADE); in MakeUnmade()
686 if (gn->made == UNMADE && (gn == pgn || !(pgn->type & OP_MADE))) { in Compat_Make()
H A Dmake.h224 * UNMADE -> BEINGMADE -> MADE.
227 * UNMADE -> BEINGMADE -> ERROR.
230 * UNMADE -> DEFERRED -> REQUESTED -> BEINGMADE -> MADE.
233 * UNMADE -> DEFERRED -> ABORTED.
236 * UNMADE -> BEINGMADE -> UPTODATE.
240 UNMADE, enumerator
H A Dmake.c1153 case UNMADE: in MakePrintStatus()