summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/globals.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-01-03 10:14:01 +0000
committerobrien <obrien@FreeBSD.org>2009-01-03 10:14:01 +0000
commita3f555f083888fd170c838c4620b5f3355c05886 (patch)
tree8485f281917e9edc0e34919c38ef1f84e6c69514 /usr.bin/make/globals.h
parentefe3f87721e5c915985776d2d88cb173737e8258 (diff)
downloadFreeBSD-src-a3f555f083888fd170c838c4620b5f3355c05886.zip
FreeBSD-src-a3f555f083888fd170c838c4620b5f3355c05886.tar.gz
+ Add the -Q be-quiet flag for parallel jobs.
- Enable -Q by default for the moment - there is something weird going on in the rescue build.
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 5e42a4a..c2e1f11 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -76,6 +76,7 @@ extern Boolean compatMake; /* True if we are make compatible */
extern Boolean ignoreErrors; /* True if should ignore all errors */
extern Boolean beSilent; /* True if should print no commands */
extern Boolean beVerbose; /* True if should print extra cruft */
+extern Boolean beQuiet; /* True if want quiet headers with -j */
extern Boolean noExecute; /* True if should execute nothing */
extern Boolean allPrecious; /* True if every target is precious */
extern Boolean is_posix; /* .POSIX target seen */
OpenPOWER on IntegriCloud