Re: parallel NetBSD make quirks

2009-05-17 Thread Ralf Wildenhues
[ adding automake-patches ] * Ralf Wildenhues wrote on Sun, May 17, 2009 at 01:56:39PM CEST: > NetBSD (and other BSD) `make -jN' without `-B' > > - reuses shells between multiple commands in one rule > (without resetting the working directory, environment variables etc), > > - sprinkles "--- $

parallel NetBSD make quirks

2009-05-17 Thread Ralf Wildenhues
NetBSD (and other BSD) `make -jN' without `-B' - reuses shells between multiple commands in one rule (without resetting the working directory, environment variables etc), - sprinkles "--- $target ---" status messages through the output, - does not route standard error of sub processes (sub mak