Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2004 06:29:35 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        freebsd-questions@freebsd.org
Cc:        "Terry L. Tyson Jr." <ty@tyson.homeunix.org>
Subject:   Re: handbook - kernel build question
Message-ID:  <200404230629.35221.kstewart@owt.com>
In-Reply-To: <20040423131549.GA40621@tyson.homeunix.org>
References:  <20040423131549.GA40621@tyson.homeunix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 23 April 2004 06:15 am, Terry L. Tyson Jr. wrote:
> In section 9.3 of the handbook just before the two procedures it
> lists "If you are building a new kernel without updating the source
> code (perhaps just to add a new option, such as IPFIREWALL) you can
> use either procedure."
>
> However, after the two procedures it says "If you have not upgraded
> your source tree in any way (you have not run CVsup, CTM, or used
> anoncvs), then you should use the config, make depend, make, make
> install sequence." which is procedure 1.
>
> This seems contradictory to me. Also, I have not upgraded anything on
> this particular box, used procedure 2 and all seems well.
>
> Have I missed something here? Are the words update and upgrade the
> same thing here or are they different?
>
>

Procedure 1 uses the installed world to build the kernel and procedure 2 
uses the libraries created by the buildworld but not installed to build 
the kernel. Once you have done an installworld, you are using the same 
libraries regardless of the method.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html



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