Re: making a release

2003-11-14 Thread Ruslan Ermilov
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 release ? > No, it'

Re: making a release

2003-11-13 Thread Peter Schultz
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 I have NODOC=YES NOPORTS=YES and thought I'd be able to get by with EXTSRCDIR=/usr/src in place of CVSROOT=/usr/ncvs. Looks like EXTCRCDIR is

Re: making a release

2003-11-13 Thread Scott Long
On Fri, 14 Nov 2003, 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 release ? > > -- I wouldn't trust invoking

Re: making a release

2003-11-13 Thread Andy Farkas
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 release ? -- :{ [EMAIL PROTECTED] Andy Farkas System Administrator Speednet Co

Re: making a release

2003-11-13 Thread Scott Long
I use the following all of the time: cd /usr/src/release ; make release BUILDNAME=5.1-CURRENT CHROOTDIR=/usr/release CVSROOT=/usr/ncvs Scott On Thu, 13 Nov 2003, Peter Schultz wrote: > I'm trying to build a set of release floppies, but my setting for > CHROOTDIR seems to be ignored and the rel

making a release

2003-11-13 Thread Peter Schultz
I'm trying to build a set of release floppies, but my setting for CHROOTDIR seems to be ignored and the release gets dumped in my root file system under /R. Shouldn't /R be installed under whatever I set CHROOTDIR to? Thanks, Pete... ___ [EMAIL PROTE