[bug #22923] option to prevent "interspersed" output in parallel builds

2008-09-05 Thread Paul D. Smith
Follow-up Comment #2, bug #22923 (project make): It's not actually quite that simple, although it's do-able. Make is not a multi-threaded application, and so it cannot read from multiple streams at the same time (such as stdin and stderr, either for a single job or for multiple jobs) without a l

Re: Make Error

2008-09-05 Thread Brian Dessent
Ko Ken wrote: > After I upgraded my Cygwin install to the latest make (3.81), it caused > problems with the XPS make. When I try to Export to Project Navigator, the > following error occurs: > > "ublaze_top.make:146: *** target pattern contains no `%'. Stop." I don't understand what you are as

Make Error

2008-09-05 Thread Ko Ken
Description Keywords: GNU, 3.8, bash After I upgraded my Cygwin install to the latest make (3.81), it caused problems with the XPS make. When I try to Export to Project Navigator, the following error occurs: "ublaze_top.make:146: *** target pattern contains no `%'. Stop." Solution This error

[bug #22923] option to prevent "interspersed" output in parallel builds

2008-09-05 Thread Ian Prest
Follow-up Comment #1, bug #22923 (project make): Some commands are long-running. And while it would be useful for post-build analysis to have the entire output of each command grouped together, it's much less fun to watch. :) Perhaps something like MSFT did with parallel builds in Visual Studi