Date: Sat, 26 Jan 2008 20:50:38 -0500 From: Chuck Swiger <cswiger@mac.com> To: "Aryeh M. Friedman" <aryeh.friedman@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: build/installworld break under -j n for n>1 Message-ID: <479BE36E.5090408@mac.com> In-Reply-To: <479BB50E.2080703@gmail.com> References: <479BB50E.2080703@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?479BE36E.5090408>