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

2009-10-27 Thread Erik Cumps
Additional Item Attachment, bug #22923 (project make): File name: makesh Size:0 KB File name: makesh-split Size:0 KB ___ Reply to this item at: __

[bug #27825] win64 fix for config.h.W32.template

2009-10-27 Thread Ozkan Sezer
URL: Summary: win64 fix for config.h.W32.template Project: make Submitted by: sezero Submitted on: Tue 27 Oct 2009 02:35:56 PM GMT Severity: 3 - Normal Item Group: None

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

2009-10-27 Thread Erik Cumps
Follow-up Comment #4, bug #22923 (project make): We have implemented output merging with a shell wrapper script. We ask make to use this wrapper script via the SHELL variable. The script itself is pretty simple, although it may be bash-centric: #!/bin/sh

[bug #26864] make -j2 fails to rebuild intermediate file

2009-10-27 Thread Christian Häggström
Follow-up Comment #3, bug #26864 (project make): I have noticed the same thing, it seems to fix itself with the following pa (file #18949) ___ Additional Item Attachment: File name: make.patch Size:0 KB _