From 2bd957a89d7a5995d5cda145d39a8ec1e315bc0d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 15 Apr 2013 13:22:51 -0400 Subject: Change the arg option for -O from numeric to string. --- make.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'make.1') 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 -- cgit v1.2.3