From owner-cvs-all Sat Sep 5 00:04:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA22261 for cvs-all-outgoing; Sat, 5 Sep 1998 00:04:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22255; Sat, 5 Sep 1998 00:04:24 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id RAA14395; Sat, 5 Sep 1998 17:16:52 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809050716.RAA14395@cimlogic.com.au> Subject: Re: cvs commit: src/release Makefile In-Reply-To: <199809050654.XAA17756@freefall.freebsd.org> from "Jordan K. Hubbard" at "Sep 4, 98 11:54:44 pm" To: jkh@FreeBSD.ORG (Jordan K. Hubbard) Date: Sat, 5 Sep 1998 17:16:51 +1000 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard wrote: > jkh 1998/09/04 23:54:43 PDT > > Modified files: > release Makefile > Log: > Add OBJFORMAT to list of variables passed into /mk script since it seems > to think you're using aout otherwise (and emits a rather confusing and > inaccurate diagnostic about OBJFORMAT being set in /etc/make.conf when > it most demonstrably is not set there). You need to add: echo "echo OBJFORMAT=elf > /etc/objformat" >> ${CHROOTDIR}/mk so that the chrooted filesystem is known to be elf when `make world' is run from there. You also need to do an initial installworld instead of install so that /usr/mdec in the chrooted filesystem is populated with the boot images needed to build libdisk. I was going to commit this myself, but my `make release' barfed doing kerberos stuff that I didn't give it the sources for. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137