Subject: Re: why not "make includes" before "make do-tools" for build.sh?
To: None <tech-userlevel@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: tech-userlevel
Date: 05/08/2003 01:39:46
Andrew Brown <atatat@atatdot.net> typed:
:>Why not do "make includes" before "make do-tools" for build.sh?
: 
: that strikes me as a bad idea, since you could then end up with
: include files that reference functions that aren't implemented in libc
: yet, for example: __unsetenv13, __sigaction14, ...

That is exactly the reason I was given when I made a similar query
when the toolchain build system was introduced :-)  Your tools need to
build with a matching set of includes & libs.
 
Regards,
-- 
Geoff Wing : <gcw@pobox.com>
Rxvt Stuff : <gcw@rxvt.org>
Zsh Stuff  : <gcw@zsh.org>