Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 22:10:10 -0700 (PDT)
From:      Ruslan Ermilov <ru@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/52122: make release does not use proper binar
Message-ID:  <200305160510.h4G5AA13071798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/52122; it has been noted by GNATS.

From: Ruslan Ermilov <ru@freebsd.org>
To: "David O'Brien" <obrien@freebsd.org>
Cc: John Hay <jhay@icomtek.csir.co.za>, bug-followup@freebsd.org
Subject: Re: misc/52122: make release does not use proper binar
Date: Fri, 16 May 2003 08:06:51 +0300

 --wRRV7LY7NUeQGEoC
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Thu, May 15, 2003 at 06:10:34PM -0700, David O'Brien wrote:
 > On Thu, May 15, 2003 at 09:56:24PM +0300, Ruslan Ermilov wrote:
 > > > > Now you know what to do -- you have to buildworld at the minimum
 > > >=20
 > > > I did build world.  But you're being vauge -- which world???  Give a =
 list
 > > > of specific steps.
 > > >=20
 > > Normal world, David, nothing magical.
 > >=20
 > > Option 1:
 > >=20
 > > cd /usr/src && \
 > > make buildworld (if you're sure the installed kernel can run it)
 > >=20
 > > Option 2:
 > >=20
 > > cd /usr/src && make world kernel (in the order documented in
 > > UPDATING)
 > >=20
 > > Then:
 > >=20
 > > cd /usr/src/release
 > > make release ...
 >=20
 > You seem to keep missing the point that I did not want to restart a "make
 > release" that included ports and docs.  Such a release takes a very long
 > time on Alpha.
 >=20
 You could as easily extend the idea for "make rerelease":
 
 Upgrade the world first:
 
 	cd /usr/src && \
 	make world DESTDIR=3D${CHROOTDIR}
 	cd /usr/src/etc && \
 	make distribution DESTDIR=3D${CHROOTDIR}
 
 Then:
 
 	cd /usr/src/release
 	make rerelease ...
 
 
 Cheers,
 --=20
 Ruslan Ermilov		Sysadmin and DBA,
 ru@sunbay.com		Sunbay Software AG,
 ru@FreeBSD.org		FreeBSD committer,
 +380.652.512.251	Simferopol, Ukraine
 
 http://www.FreeBSD.org	The Power To Serve
 http://www.oracle.com	Enabling The Information Age
 
 --wRRV7LY7NUeQGEoC
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+xHHrUkv4P6juNwoRAhV0AJwJuHkf5RQmT7SuaqFRYnNrr7HdyACfVmDD
 OpjazgoN7RcHRz+FTtbyKx0=
 =cS22
 -----END PGP SIGNATURE-----
 
 --wRRV7LY7NUeQGEoC--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305160510.h4G5AA13071798>