bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch to support output synchronization under -j


From: J.T. Conklin
Subject: Re: patch to support output synchronization under -j
Date: Thu, 14 Apr 2011 11:32:38 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix)

Paul Smith <address@hidden> writes:
> One example: I think saving stdout and stderr to different files and
> then printing them separately is problematic; consider if your recipe
> prints lots of information lines, with errors (to stdout) interspersed.
> If you throw all the errors to the end you lose a lot of context.

FWIW, A commercial distributed make system I use at work has a
"--xxxxx-mergestreams" command line option to control whether stdout &
stderr are merged or not.  By default, the streams are merged.  I tend
to agree that this is the more useful behavior.

    --jtc

-- 
J.T. Conklin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]