[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 #22923] option to prevent "interspersed" output in parallel builds

2009-10-27 Thread Erik Cumps
/sh # Simple shell wrapper for stdout and stderr buffering # Created 2002, Erik Cumps # # Use with parallel makes to prevent confusing output. # Run make SHELL=makesh ... or edit makefile. # # This version merges stdout/stderr. cleanup() { if [ -f /tmp/makesh-$$ ]; then cat