Date: Mon, 29 Apr 2002 18:37:03 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: current@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: 4.x boxes can now build 5.0 releases! Message-ID: <20020429153703.GB58038@sunbay.com> In-Reply-To: <200204291526.g3TFQbr09653@freefall.freebsd.org> <200204291522.g3TFM1w09107@freefall.freebsd.org> References: <200204291526.g3TFQbr09653@freefall.freebsd.org> <200204291522.g3TFM1w09107@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--rJwd6BRFiFCcLxzm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable With these two fixes (now committed), my 4.5-STABLE dual-CPU i386 SMP box has just successfully built 5.0-CURRENT release: : # pwd : /data/ru/src-4 : # cat mkrel.sh : #!/bin/sh : exec >mkrel.log 2>&1 : export MAKEOBJDIRPREFIX=3D/data/ru/obj : cd release || exit 1 : make -f ../../src-5/release/Makefile \ : CHROOTDIR=3D/data/ru/R \ : CVSROOT=3D/home/ncvs \ : WORLD_FLAGS=3D-j8 KERNEL_FLAGS=3D-j8 \ : -DNODOC -DNOPORTS -DRELEASENOUPDATE \ : release \ : LOCAL_PATCHES=3D/home/ru/p : # grep '^>>> make release ' mkrel.log : >>> make release started on Mon Apr 29 14:08:08 GMT 2002 : >>> make release finished on Mon Apr 29 15:12:12 GMT 2002 Note that we need to "-f /path/to/-CURRENT/usr/src/release/Makefile" for now. On Mon, Apr 29, 2002 at 08:22:01AM -0700, Ruslan Ermilov wrote: > ru 2002/04/29 08:22:01 PDT >=20 > Modified files: > . Makefile Makefile.inc1=20 > Log: > Parallel "make release" fixes. > =20 > Revision Changes Path > 1.252 +13 -1 src/Makefile > 1.262 +0 -7 src/Makefile.inc1 On Mon, Apr 29, 2002 at 08:26:37AM -0700, Ruslan Ermilov wrote: > ru 2002/04/29 08:26:37 PDT >=20 > Modified files: > release Makefile=20 > Log: > Some components of the crunched binaries may use build-tools > that are to be run on the building host. (Currently, bin/sh > and usr.sbin/sysinstall use them.) Make sure we build them > in the correct environment, like we do it in the buildworld. > =20 > Revision Changes Path > 1.675 +15 -12 src/release/Makefile --=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 --rJwd6BRFiFCcLxzm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8zWifUkv4P6juNwoRAvyAAJ9ri4vmd8ZU2shcxVkSgqDxY2hswgCfet4g vTXyiqAryADSETXnHXWxM8M= =q23f -----END PGP SIGNATURE----- --rJwd6BRFiFCcLxzm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020429153703.GB58038>