Kernel compile problems

Scot Hetzel swhetzel at gmail.com
Fri Feb 25 17:23:33 GMT 2005


On Fri, 25 Feb 2005 11:56:52 -0500, Jay Shampur <shampurj at gmail.com> wrote:
> Thank you - if I understand the process, this is what I need to do?
> 
> make buildworld
> make installworld
> 
> make buildkernel KERNCONF=GENERIC
> make installkernel KERNCONF=GENERIC
> 
> Also, I am not trying to upgrade my system, just rebuilding it with
> some new options.
> 
This is not correct, the correct procedure is:

make buildworld
make buildkernel
make installkernel
mergemaster
make installworld

NOTE: This may not be entirely correct, see UPDATING for the correct procedure.

Scot


More information about the freebsd-current mailing list