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
commit1e8f12478b4f959f756cb123bf4cf68a9f7e7862 (patch)
treeab90ba692b2180ef9dd408a0d3a259102f75d0c8 /make.1
parent9e626e515672aba86e57c88272abc327b373ce7b (diff)
downloadmake-1e8f12478b4f959f756cb123bf4cf68a9f7e7862.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 e25ee8cd..6eeaaf84 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