Date: Mon, 12 May 2003 08:41:33 +0200 From: "L. Jankok" <lj@2u2.nu> To: freebsd-stable@freebsd.org Subject: Re: make release headaches Message-ID: <20030512064133.GA15722@atlantis.local.net> In-Reply-To: <20030512000603.GA51514@falcon.midgard.homeip.net> References: <20030510190836.GA13877@atlantis.local.net> <20030512000603.GA51514@falcon.midgard.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, I have two supfiles, one for the source and one for cvsroot. I have already downloaded the source did a make buildworld and a make buildkernel (with a different KERNCONF), then did a make installkernel to finally go to single user mode to do a make installworld.. all this went fine. It is the make release which is giving me a hard time. On Mon, May 12, 2003 at 02:06:04AM +0200, Erik Trulsson wrote: :On Sat, May 10, 2003 at 09:08:38PM +0200, L. Jankok wrote: :> :> Hi there, :> :> When I do a make buildworld and try to do a make release it will fail :> telling that it needs the CVSROOT directory. :> :> I do cvsup /etc/cvs-supfile and receive nothing ; :> # /etc/cvs-supfile :> *default host=cvsup3.nl.freebsd.org :> *default base=/usr :> *default prefix=/usr :> *default release=cvs tag=RELENG_4_8 :> *default delete use-rel-suffix :> *default compress :> cvsroot-all : :Shouldn't you have the src-all collection here also? Getting the :actual sources also just might be useful, you know. : :> :> If I remove tag=RELENG_4_8 from the above I will receive the CVS* directories. :> I wonder why I have to remove tag=RELENG_4_8 to be able to receive the CVS dirs. : : :'make release' requires that you have a local copy of the whole cvs :repository. It then checks out a copy of the desired release from the :repository in order to create the release. If you don't specify a tag :cvsup will fetch the whole repository for you (currently at some :1.5GB). If you specify a tag you will get only the sources with that :tag, which is all that is needed for a normal buildworld. (The normal :source tree is about 300MB in size.) : : :-- :<Insert your favourite quote here.> :Erik Trulsson :ertr1013@student.uu.se -- The whole problem with the world is that fools and fanatics are always so certain of themselves, and wiser people so full of doubts. --Bertrand Russell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030512064133.GA15722>