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

From: Gary Palmer <gpalmer_at_freebsd.org>
Date: Sat, 26 Jan 2008 22:22:15 -0500
On Sat, Jan 26, 2008 at 05:32:46PM -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.

- installworld is not meant to be run in parallel

- the correct form of the above command is

  make -j <n> buildworld && make installworld

- or you can just use

  make -j <n> world

Gary
Received on Sun Jan 27 2008 - 02:23:12 UTC

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