Date: Mon, 17 Mar 2003 11:15:49 +0100 From: Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr> To: William Denton <buff@pobox.com> Cc: Peter Jeremy <peterjeremy@optushome.com.au>, freebsd-stable@freebsd.org Subject: Re: Building my own release Message-ID: <20030317101549.GA88425@exmatis1.cnrm.meteo.fr> In-Reply-To: <20030317100254.GF1200@cirb503493.alcatel.com.au> References: <20030316224453.L50008-100000@as2.dm.egate.net> <20030317100254.GF1200@cirb503493.alcatel.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
> make release CHROOTDIR=/local3/release BUILDNAME=4.5-RELEASE \ > CVSROOT=/host/cvs/usr/home/ncvs RELEASETAG=RELENG_4_5_0_RELEASE Don't forget, that you'll need whole CVS repository in ${CVSROOT}, which must contain src, ports, www. Then make will checkout your tar from repository (in your case RELENG_4_5_0_RELEASE). In fact building of release takes a lot of time and space. If you want to create ISOs as well, perhaps you'll have to specify MAKE_ISOS=yes as additional def for make release. I suggest you to read /usr/src/release/Makefile. -- Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030317101549.GA88425>