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

/freebsd-10-stable/usr.bin/make/
H A DGNode.h151 ABORTED, enumerator in enum:GNode::__anon11958
H A Dmain.c791 * ABORTED gn was not remade because one of its inferiors
807 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-10-stable/contrib/bmake/
H A Dcompat.c548 gn->made = ABORTED;
758 * ABORTED gn was not remade because one of its inferiors
768 } else if (gn->made == ABORTED) {
H A Dmake.h205 MADE, UPTODATE, ERROR, ABORTED enumerator in enum:GNode::enum_made
217 * ABORTED - The target was aborted due to
H A Dtarg.c613 case ABORTED: return "aborted";

Completed in 164 milliseconds