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,
[EMAIL PROTECTED]           Sunbay Software AG,
[EMAIL PROTECTED]          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: msg37852/pgp00000.pgp
Description: PGP signature

Reply via email to