World broken in stage 1.1
Peter Jeremy
PeterJeremy at optushome.com.au
Wed Aug 11 02:42:42 PDT 2004
On Wed, 2004-Aug-11 11:03:50 +0300, Ruslan Ermilov wrote:
>Trying to set MAKEOBJDIRPREFIX in /etc/make.conf and attempting to buildworld
>RELENG_4 on a 4.x machine similarly fails right away.
I have a script that run on RELENG_4 and does
make MAKEOBJDIRPREFIX=/usr/obj/k7 CPUTYPE=k7 buildworld >buildworld.k7 2>&1 &
make MAKEOBJDIRPREFIX=/usr/obj/i486 CPUTYPE=i486 buildworld >buildworld.i486 2>&1 &
make MAKEOBJDIRPREFIX=/usr/obj/i586 CPUTYPE=i586/mmx buildworld >buildworld.i586 2>&1 &
This worked perfectly when I tried it on 1st August - at least the
system compiled, installed and has been running since last weekend. I
have another -STABLE system that has MAKEOBJDIRPREFIX in
/etc/make.conf and runs build{world,kernel} happily every night. I
admit I haven't tried using MAKEOBJDIRPREFIX on -CURRENT lately.
Overall, I find it annoying that it is no longer possible to embed all
the buildworld customisations in /etc/make.conf.
--
Peter Jeremy
More information about the freebsd-current
mailing list