Subject: Re: Kernel compilation issues - where am I going wrong?
To: Peter Seebach <seebs@seebs.net>
From: Jachym Holecek <freza@dspfpga.com>
List: tech-kern
Date: 02/19/2007 02:52:37
# Peter Seebach 2007-02-19:
> >Just go into /usr/src/sys/arch/i386, type "config GENERIC", then
> >"cd ../compile/GENERIC", then type "make depend && make"
> 
> In fact, so far as I can tell, it'll work without a make depend, in most
> cases.  I am not sure what the exceptions are.

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).

	-- Jachym