make buildkernel KERNCONF=GENERIC fails

Rick C. Petty rick-freebsd2008 at kiwi-computer.com
Wed May 27 21:36:42 UTC 2009


On Tue, May 26, 2009 at 08:42:52PM +0200, Christian Walther wrote:
> 
> Well, for some strange reason the same happened again: I did
> 
> # mv /usr/src /usr/src.old
> # csup /root/stable-supfile
> # cd /usr/src
> # make buildkernel KERNCONF=GENERIC

You should always do a "buildworld" before doing a "buildkernel", as the
toolchain which builds the kernel might have changed.  Also
"KERNCONF=GENERIC" is implied.

-- Rick C. Petty


More information about the freebsd-stable mailing list