Subject: Re: why not "make includes" before "make do-tools" for build.sh?
To: NetBSD Userlevel Technical Discussion List <tech-userlevel@NetBSD.ORG>
From: Luke Mewburn <lukem@netbsd.org>
List: tech-userlevel
Date: 05/08/2003 15:36:48
On Wed, May 07, 2003 at 02:02:52PM -0400, Greg A. Woods wrote:
  | Why not do "make includes" before "make do-tools" for build.sh?

Because src/tools is designed to be compiled as host tools using the
host's include files, libraries, and compilers; not the NetBSD ones
under DESTDIR...

BTW: If you're building to DESTDIR=/ you're on your own.

Luke.