summaryrefslogtreecommitdiff
path: root/make.1
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-04-15 13:22:51 -0400
committerPaul Smith <psmith@gnu.org>2013-04-15 13:22:51 -0400
commit2bd957a89d7a5995d5cda145d39a8ec1e315bc0d (patch)
treeab90ba692b2180ef9dd408a0d3a259102f75d0c8 /make.1
parent7f7e6f80c5c8c1e67eb022a2bde9918512b98c65 (diff)
downloadgunmake-2bd957a89d7a5995d5cda145d39a8ec1e315bc0d.tar.gz
Change the arg option for -O from numeric to string.
Diffstat (limited to 'make.1')
-rw-r--r--make.113
1 files changed, 13 insertions, 0 deletions
diff --git a/make.1 b/make.1
index e25ee8c..6eeaaf8 100644
--- a/make.1
+++ b/make.1
@@ -220,6 +220,19 @@ on account of changes in
.IR file .
Essentially the file is treated as very old and its rules are ignored.
.TP 0.5i
+\fB\-O\fR[\fItype\fR], \fB\-\-output\-sync\fR[=\fItype\fR]
+When running multiple jobs in parallel with \fB-j\fR, ensure the output of
+each job is collected together rather than interspersed with output from
+other jobs. If
+.I type
+is not specified or is
+.B target
+output is grouped together on a per-target basis. If
+.I type
+is
+.B make
+output from an entire recursive make is grouped together.
+.TP 0.5i
\fB\-p\fR, \fB\-\-print\-data\-base\fR
Print the data base (rules and variable values) that results from
reading the makefiles; then execute as usual or as otherwise