Date: Sun, 17 Mar 1996 10:23:59 +1100 From: Giles Lean <giles@nemeton.com.au> To: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> Subject: Re: libg++ Makefile and /usr/include Message-ID: <199603162324.KAA18849@nemeton.com.au> In-Reply-To: <199603160809.AAA17710@GndRsh.aac.dev.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 16 Mar 1996 00:09:35 -0800 (PST) "Rodney W. Grimes" wrote: > A good first step in this direction is to rm -r /usr/include, then try > to get ``make world DESTDIR=/some/place'' to work without anything > ending up in /usr/include, but instead in ${DESTDIR}/usr/include. > > Right now if you try to do that things fall over very quickly. >From time to time someone in the NetBSD camp prods at their build environment w.r.t. DESTDIR. There are changes in the bmake include files and /usr/bin/cpp to support most of the DESTDIR functionality. (The /usr/bin/cpp changes were to handle --nostdinc.) The NetBSD build environment still doesn't distinguish the compiler used to build tools during the build process from the compiler used to compile the target binaries. This is non-fatal when building different OS releases but is a problem for cross-compilation or if someone changes the binary format. ELF proponents please take note! :-) Regards, Giles
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603162324.KAA18849>