build/installworld break under -j n for n>1
    Chuck Swiger 
    cswiger at mac.com
       
    Sat Jan 26 18:17:07 PST 2008
    
    
  
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
    
    
More information about the freebsd-current
mailing list