Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 1998 17:16:51 +1000 (EST)
From:      John Birrell  <jb@cimlogic.com.au>
To:        jkh@FreeBSD.ORG (Jordan K. Hubbard)
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/release Makefile
Message-ID:  <199809050716.RAA14395@cimlogic.com.au>
In-Reply-To: <199809050654.XAA17756@freefall.freebsd.org> from "Jordan K. Hubbard" at "Sep 4, 98 11:54:44 pm"

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809050716.RAA14395>