Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 1998 18:30:34 +0900 (JST)
From:      takas-su@is.aist-nara.ac.jp (SUGIMURA Takashi/ =?ISO-2022-JP?B?GyRCP3lCPDUuO04bKEI=?=)
To:        current@FreeBSD.ORG
Subject:   Re: make buildworld fails
Message-ID:  <199810110930.SAA09520@decpc20.aist-nara.ac.jp>
In-Reply-To: Your message of "Sun, 11 Oct 1998 11:10:05 %2B0200 (SAT)". <199810110910.LAA22467@ceia.nordier.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 $


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


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.

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

---
SUGIMURA Takashi (takas-su@is.aist-nara.ac.jp)
URL: http://hawk.aist-nara.ac.jp/%7Etakas-su/ (sorry only in Japanese)
Software Engineering lab. of NAIST, 2nd grade of Master,
The FreeBSD Japanese Documentation Project

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?199810110930.SAA09520>