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>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] 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=/data/ru/obj : cd release || exit 1 : make -f ../../src-5/release/Makefile \ : CHROOTDIR=/data/ru/R \ : CVSROOT=/home/ncvs \ : WORLD_FLAGS=-j8 KERNEL_FLAGS=-j8 \ : -DNODOC -DNOPORTS -DRELEASENOUPDATE \ : release \ : LOCAL_PATCHES=/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 > > Modified files: > . Makefile Makefile.inc1 > Log: > Parallel "make release" fixes. > > 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 > > Modified files: > release Makefile > 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. > > Revision Changes Path > 1.675 +15 -12 src/release/Makefile -- 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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8zWifUkv4P6juNwoRAvyAAJ9ri4vmd8ZU2shcxVkSgqDxY2hswgCfet4g vTXyiqAryADSETXnHXWxM8M= =q23f -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020429153703.GB58038>
