diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-05 20:19:00 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-05 20:19:00 -0400 |
commit | 15f795793906ac8b184b5cf9dcbe515ba9df92ef (patch) | |
tree | 05edfefadbb99410198d1c280fc40e3a1a501380 /make.1 | |
parent | 1d992d8fe75f5dbc832cbcfe82e3f56489f7df54 (diff) | |
download | gunmake-15f795793906ac8b184b5cf9dcbe515ba9df92ef.tar.gz |
Rename the -O "job" mode to "line" and "make" to "recurse".
Diffstat (limited to 'make.1')
-rw-r--r-- | make.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -230,12 +230,12 @@ is not specified or is the output from the entire recipe for each target is grouped together. If .I type is -.B job -the output from each job within a recipe is grouped together. +.B line +the output from each line within a recipe is grouped together. If .I type is -.B make +.B recurse output from an entire recursive make is grouped together. If .I type is |