Date: Sun, 28 May 2000 01:49:59 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Jake Burkholder <jburkhol@home.com> Cc: Munehiro Matsuda <haro@tk.kubota.co.jp>, current@FreeBSD.ORG, jake@io.yi.org Subject: Re: kernel build error due to dependency on /usr/include? Message-ID: <Pine.BSF.4.21.0005280132530.576-100000@besplex.bde.org> In-Reply-To: <20000527151343.4EF4CBA69@io.yi.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 27 May 2000, Jake Burkholder wrote: > > I got following kernel build error. > > When I run 'make includes', the error has gone away. `make includes' tends to cause errors like this. It updates /usr/include to match the sources. This may make /usr/include inconsistent with /usr/lib. > > Why does kernel build process depend on installed system files, > > such as /usr/include? > > It shouldn't. Most parts of it shouldn't, but utilities should be compiled with the installed headers that match the installed libraries. > This seems to be primarily aic7xxx, although judging from the output aicasm seems to be buill correctly, but it would be better for its Makefile to not add -I/usr/include to CFLAGS, so that the default is used. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005280132530.576-100000>