Subject: Re: misc/5497: top-level build target vs. DESTDIR is broken
To: Scott Reynolds <scottr@Plexus.COM>
From: Todd Vierling <tv@NetBSD.ORG>
List: netbsd-bugs
Date: 05/26/1998 20:17:04
On Tue, 26 May 1998, Scott Reynolds wrote:
: Watch it die while trying to build compile_et.
How does it die, might I ask?
: Clearly, trying to build executables before installing include
: files is a broken concept, and must not be attempted, _even_if_
: that executable is required to generate the include files.
And so, we install includes for the libc which you haven't yet built, and
so, compile_et won't link. That certainly isn't a solution.
compile_et HAS to be built before "make includes" - the "make depend" will
rebuild it after the fact. If it's compiler warnings that cause the
breakage, the "cd domestic/usr.bin/compile_et && make" should include the
make option COPTS=-w to disable warnings.
--
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)