Ruslan Ermilov writes: > +.if ${MACHINE_ARCH} == i386 > +.if exists(${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0) > +BOOT0= ${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0 > +.else > +BOOT0= /boot/boot0 > +.endif
But its failing at the depends stage. At this stage, boot0 will not have been built yet: >>> elf make world started on Thu Oct 25 13:26:14 EDT 2001 >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /usr/obj/i386/home/gallatin/current/src/alpha/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies <kaboom!> To confirm, I tried it with your patch & it still failed. You should be able to duplicate this on your x86 by just mv'ing /boot/boot0 out of the way while you try a buildworld. Drew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message