Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2005 11:23:31 -0600
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Jay Shampur <shampurj@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Kernel compile problems
Message-ID:  <790a9fff05022509233fa38617@mail.gmail.com>
In-Reply-To: <6d2a982f05022508564ca521d7@mail.gmail.com>
References:  <6d2a982f05022507565bebcc50@mail.gmail.com> <20050225162401.GB13053@gargantuan.com> <6d2a982f050225083047197bc8@mail.gmail.com> <20050225163733.GC13053@gargantuan.com> <6d2a982f05022508564ca521d7@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Feb 2005 11:56:52 -0500, Jay Shampur <shampurj@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff05022509233fa38617>