Subject: Re: Kernel compilation issues - where am I going wrong?
To: None <tech-kern@netbsd.org>
From: Peter Seebach <seebs@seebs.net>
List: tech-kern
Date: 02/18/2007 19:55:11
In message <20070219015237.GA13643@hanele.chello.upc.cz>, Jachym Holecek writes:
>The "exception" is when you build after a cvs update -- you end up with
>different parts of the kernel disagreeing on structure layout/function
>signatures. ;-)
>
>If you don't change the tree though you're safe (I think).

The solution I've used is that I always do
	rm -r ../compile/CONFIGNAME
	config CONFIGNAME
	cd ../compile/CONFIGNAME
	make

-s