Home
last modified time | relevance | path

Searched refs:ABORTED (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dcompat.c544 gn->made = ABORTED; in MakeUnmade()
764 } else if (gn->made == ABORTED) { in Compat_MakeAll()
H A Dmake.h233 * UNMADE -> DEFERRED -> ABORTED.
269 ABORTED enumerator
1143 return gn->made == ERROR || gn->made == ABORTED; in GNode_IsError()
H A Dtarg.c432 case ABORTED: return "aborted"; in GNodeMade_Name()