Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 1998 13:34:40 +0200 (SAT)
From:      Robert Nordier <rnordier@nordier.com>
To:        takas-su@is.aist-nara.ac.jp (SUGIMURA Takashi/  =?ISO-2022-JP?B?GyRCP3lCPDUuO04bKEI=?=)
Cc:        current@FreeBSD.ORG
Subject:   Re: make buildworld fails
Message-ID:  <199810111134.NAA23073@ceia.nordier.com>
In-Reply-To: <199810110930.SAA09520@decpc20.aist-nara.ac.jp> from "SUGIMURA Takashi/  [?ISO-2022-JP?]" at "Oct 11, 98 06:30:34 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
SUGIMURA Takashi/  [?ISO-2022-JP?] wrote:
> In article of <199810110910.LAA22467@ceia.nordier.com>,
> rnordier@nordier.com wrote:
> >> Should be fixed by /usr/src/Makefile.inc1 1.29.
> >> 
> 
> nnn.. It is 1.29.
> 
> ryo2402 # cat /usr/src/Makefile.inc1 | grep Id:
> #       $Id: Makefile.inc1,v 1.29 1998/10/10 19:56:59 jkh Exp $

OK.  I've committed a fix.  Try it with
/usr/src/sys/boot/i386/btx/lib/Makefile 1.2.

> And, make buildworld contains "make legacy-build",
> is it needed for ELF system?

At the moment, yes.

> ryo2402# make -n -f Makefile.inc0 -m /usr/src/share/mk buildworld
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/elf make -m /usr/src/share/mk -f Makefile.inc1 buildworld
> cd /usr/src; PATH=/usr/obj/elf/usr/src/tmp/sbin:/usr/obj/elf/usr/src/tmp/bin:/usr/obj/elf/usr/src/tmp/usr/sbin:/usr/obj/elf/usr/src/tmp/usr/bin:/usr/obj/elf/usr/src/tmp/usr/games OBJFORMAT=aout NOTOOLS=1 TOOLROOT=/usr/obj/elf/usr/src/tmp  MAKEOBJDIRPREFIX=/usr/obj/aout /usr/obj/elf/usr/src/tmp/usr/bin/make -m /usr/src/share/mk -f Makefile.inc1 legacy-build
> 
> 
> On the second process of this, why OBJFORMAT=aout?
> It seems strange that PATH is for ELF but OBJFORMAT=aout, I think.

The /sys/i386/boot code understands only aout.

> 
> Of course /etc/objformat is right,
> other previous making stage is done properly for ELF.

-- 
Robert Nordier

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?199810111134.NAA23073>