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
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
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
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