summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.1
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/make.1
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/make.1')
-rw-r--r--usr.bin/make/make.15
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 27cbc9f..736f279 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -258,6 +258,9 @@ When combined with
only the builtin rules of
.Nm
are displayed.
+.It Fl Q
+Be extra quiet.
+For multi-job makes, this will cause file banners not to be generated.
.It Fl q
Do not execute any commands, but exit 0 if the specified targets are
up-to-date and 1, otherwise.
@@ -289,7 +292,7 @@ the variables will be printed one per line,
with a blank line for each null or undefined variable.
.It Fl v
Be extra verbose.
-For multi-job makes, this will cause file banners to be generated.
+Print any extra information.
.It Fl X
When using the
.Fl V
OpenPOWER on IntegriCloud