Re: [bug #33138] .PARLLELSYNC enhancement with patch

2013-05-25 Thread Frank Heckenbach
I've tested the current output-sync implementation in my use case, using "--output-sync=line --trace=dir". I definitely need "--trace=dir" since I want to refer my compiler errors automatically to their directories. Without this option, this often goes wrong in parallel builds. (Which just means,

Re: Make run in parallel mode with output redirected to a regular file can randomly drop output lines

2013-05-25 Thread Frank Heckenbach
(Sorry, I can't reply properly; I'm not subscribed, just saw the message on the web archive.) Stefano Lattarini wrote: > Make run in parallel mode with output redirected to a regular file > can randomly drop output lines Yet another reason to use the new --output-sync feature. :) I hadn't actua