From owner-freebsd-stable Mon Mar 17 2:19: 0 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43BA537B401 for ; Mon, 17 Mar 2003 02:18:58 -0800 (PST) Received: from cadillac.meteo.fr (cadillac.meteo.fr [137.129.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B0C43FB1 for ; Mon, 17 Mar 2003 02:18:55 -0800 (PST) (envelope-from igor.pokrovsky@cnrm.meteo.fr) Received: from cti825.cnrm.meteo.fr (localhost.meteo.fr [127.0.0.1]) by cadillac.meteo.fr (8.9.3 (PHNE_25183+JAGae58098)/8.9.3) with ESMTP id KAA29555 for ; Mon, 17 Mar 2003 10:18:51 GMT Received: from xdata.cnrm.meteo.fr (xdata.cnrm.meteo.fr [137.129.150.2]) by cti825.cnrm.meteo.fr (8.9.3 (PHNE_18546)/8.9.3) with ESMTP id LAA23705; Mon, 17 Mar 2003 11:18:44 +0100 (MET) Received: from exmatis1.cnrm.meteo.fr (exmatis1.cnrm.meteo.fr [137.129.157.46]) by xdata.cnrm.meteo.fr with ESMTP (8.9.3 (PHNE_18546)/8.7.1) id LAA08948; Mon, 17 Mar 2003 11:18:43 +0100 (MET) Received: (from pokrovsi@localhost) by exmatis1.cnrm.meteo.fr (8.12.8/8.12.8) id h2HAFnp5088446; Mon, 17 Mar 2003 11:15:49 +0100 (CET) (envelope-from pokrovsi) Date: Mon, 17 Mar 2003 11:15:49 +0100 From: Igor Pokrovsky To: William Denton Cc: Peter Jeremy , freebsd-stable@freebsd.org Subject: Re: Building my own release Message-ID: <20030317101549.GA88425@exmatis1.cnrm.meteo.fr> Reply-To: Igor Pokrovsky Mail-Followup-To: Igor Pokrovsky , William Denton , Peter Jeremy , freebsd-stable@freebsd.org References: <20030316224453.L50008-100000@as2.dm.egate.net> <20030317100254.GF1200@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030317100254.GF1200@cirb503493.alcatel.com.au> User-Agent: Mutt/1.4i X-Accept-Language: ru X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (cti825/CNRM) Organization: METEO FRANCE(CNRM) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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