summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/globals.h
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2008-12-18 12:16:51 +0000
committerfjoe <fjoe@FreeBSD.org>2008-12-18 12:16:51 +0000
commit95c5b12c17caea660098332fcad5d02b98688e38 (patch)
treec1784caf6d6db98b1fc61e02c2bfffdfed661c9d /usr.bin/make/globals.h
parent068931a9897e3bea2e9c192f392fe5548cbed6ce (diff)
downloadFreeBSD-src-95c5b12c17caea660098332fcad5d02b98688e38.zip
FreeBSD-src-95c5b12c17caea660098332fcad5d02b98688e38.tar.gz
Exit with error code 2 when run with -k (continue if errors) and build failed.
Diffstat (limited to 'usr.bin/make/globals.h')
-rw-r--r--usr.bin/make/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h
index 04c7da9..5e42a4a 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -70,6 +70,7 @@ extern struct Path parseIncPath;
extern struct Path sysIncPath;
extern int jobLimit; /* -j argument: maximum number of jobs */
+extern int makeErrors; /* Number of targets not remade due to errors */
extern Boolean jobsRunning; /* True if jobs are running */
extern Boolean compatMake; /* True if we are make compatible */
extern Boolean ignoreErrors; /* True if should ignore all errors */
OpenPOWER on IntegriCloud