]> git.ipfire.org Git - thirdparty/make.git/commit
Support the -Orecurse option properly.
authorPaul Smith <psmith@gnu.org>
Sat, 14 Sep 2013 05:04:04 +0000 (01:04 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 14 Sep 2013 05:04:04 +0000 (01:04 -0400)
commitc5bfa400448a14f4c8d4fc51dd56ea17176e1f84
tree9a46584dec752bdf9a1a50fc7941d9344fece30d
parentdeff9dacc97cc20015d3018992f2c77cb7fab102
Support the -Orecurse option properly.

In this mode we still collect all the output from a given target and
dump it at once.  However we don't treat recursive lines any differently
from non-recursive lines.  Also we don't print enter/leave messages
after every dump.  However we do ensure that we always print them once
to stdout, so the parent make will collect it properly.
ChangeLog
function.c
job.c
main.c
makeint.h
misc.c
output.c
output.h
tests/ChangeLog
tests/scripts/features/output-sync
vmsjobs.c