Re: build/installworld break under -j n for n>1

From: Chuck Swiger <cswiger_at_mac.com>
Date: Sat, 26 Jan 2008 20:50:38 -0500
Aryeh M. Friedman wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Installworld fails to wait for buildworld to complete under the
> following command line:
> 
> make -j n buildworld installworld
> 
> I have not tested for n!=10.

While I find your confidence in doing an installworld without checking for 
whether the build completed sucessfully and without doing a human review to be 
admirable :-), perhaps consider doing this instead:

    make -j n buildworld && make installworld

...?

-- 
-Chuck
Received on Sun Jan 27 2008 - 01:17:07 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:26 UTC