summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/globals.h
diff options
context:
space:
mode:
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 e23de1e..e6d1e65 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -69,6 +69,7 @@ extern struct Path parseIncPath;
/* The system include path. */
extern struct Path sysIncPath;
+extern int jobLimit; /* -j argument: maximum number of jobs */
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