[bug #65273] Potential bug in the info function?

2024-02-09 Thread Ian Prest
Follow-up Comment #8, bug#65273 (group make): [comment #3 comment #3:] > The problem is that (a) there is no way to create a variable name containing, or consisting of, whitespace Sure there is: Makefile: ``` SPACE := SPACE := $(SPACE) $(SPACE) $(SPACE) := $(SPACE) $(warning [$( )]) ``` Output:

[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