On Fri, Nov 14, 2003 at 07:18:05AM +1000, Andy Farkas wrote: > Scott Long wrote: > > > I use the following all of the time: > > > > cd /usr/src/release ; make release BUILDNAME=5.1-CURRENT > > CHROOTDIR=/usr/release CVSROOT=/usr/ncvs > > Quick question: is it ok to do make -j<n> release ? > No, it's not. But world- and kernel-related parts of "make release" can be built in parallel, here's a relevant excerpt from release/Makefile:
# If you want to pass flags to the world build such as -j X, use # WORLD_FLAGS. Similarly, you can specify make flags for kernel # builds via KERNEL_FLAGS. # Similarly, you can specify make flags for make readmes via PORTREADMES_FLAGS. #WORLD_FLAGS=-j4 #KERNEL_FLAGS=-j4 #PORTREADMES_FLAGS=-j4 The release(7) manpage mumbles something about that, but not too verbose. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer
pgp00000.pgp
Description: PGP signature