aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/globals.h
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2008-12-18 12:16:51 +0000
committerMax Khon <fjoe@FreeBSD.org>2008-12-18 12:16:51 +0000
commita8e17a098ef8bcfb7d52eeab27f46519953b8abb (patch)
treec1784caf6d6db98b1fc61e02c2bfffdfed661c9d /usr.bin/make/globals.h
parent73491c121c3ffa9b6b3fdbe5b1a9622fffb9ada2 (diff)
downloadsrc-a8e17a098ef8bcfb7d52eeab27f46519953b8abb.tar.gz
src-a8e17a098ef8bcfb7d52eeab27f46519953b8abb.zip
Exit with error code 2 when run with -k (continue if errors) and build failed.
Notes
Notes: svn path=/head/; revision=186279
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 04c7da9bb2d3..5e42a4a80c4c 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 */