Searched refs:ABORTED (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h151 ABORTED, enumerator in enum:GNode::__anon10791
H A Dmain.c783 * ABORTED gn was not remade because one of its inferiors
799 else if (gn->made == ABORTED) {
H A Djob.c3110 gn->made = ABORTED;
3363 * ABORTED gn was not remade because one of its inferiors
3373 } else if (gn->made == ABORTED) {
/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c534 gn->made = ABORTED;
744 * ABORTED gn was not remade because one of its inferiors
754 } else if (gn->made == ABORTED) {
H A Dmake.h199 MADE, UPTODATE, ERROR, ABORTED enumerator in enum:GNode::enum_made
211 * ABORTED - The target was aborted due to
H A Dtarg.c615 case ABORTED: return "aborted";

Completed in 69 milliseconds