Searched refs:makeErrors (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dglobals.h70 extern int makeErrors; /* Number of targets not remade due to errors */
H A Djob.c854 * If we recognized an error (makeErrors !=0), we set the aborting flag
1123 makeErrors++;
1132 if (makeErrors && !keepgoing && aborting != ABORT_INTERRUPT) {
1145 Finish(makeErrors);
2363 makeErrors = 0;
2561 if (makeErrors) {
3366 makeErrors = 0;
3376 makeErrors++;
3378 makeErrors++;
3385 if (makeErrors
[all...]
H A Dmain.c134 int makeErrors; /* Number of targets not remade due to errors */ variable
1318 if (makeErrors != 0)
1319 Finish(makeErrors);
H A Dmake.c816 MakePrintStatus(Lst_Datum(ln), (makeErrors == 0) && (numNodes != 0));

Completed in 75 milliseconds