Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2000 14:10:18 -0700
From:      Warner Losh <imp@village.org>
To:        Kal Torak <kaltorak@quake.com.au>
Cc:        FreeBSD-stable <freebsd-stable@FreeBSD.ORG>
Subject:   Re: new kernel build method? 
Message-ID:  <200012142110.OAA50431@harmony.village.org>
In-Reply-To: Your message of "Fri, 15 Dec 2000 05:22:55 %2B1100." <3A390FFF.CD3370E6@quake.com.au> 
References:  <3A390FFF.CD3370E6@quake.com.au>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <3A390FFF.CD3370E6@quake.com.au> Kal Torak writes:
: But what is the old method? Is the old method doing:
: cd /usr/src/sys/i386/conf
: /usr/bin/config KERNEL-NAME
: cd ../../compile/KERNEL-NAME
: make dep
: make
: make install
: 
: Are we meant to be doing it from /usr/src using:
: make buildkernel KERNEL=KERNEL-NAME
: make installkernel KERNEL=KERNEL-NAME

If you are upgrading from one version of FreeBSD to another (even on
the same branch), you should be useing the new method.  If you are
building and rebuilding the kernel alot on the same version, then the
old way is a little faster.

The new method is guaranteed to work in the face of binutil/gcc
changes, while the old way won't necessarily work in the face of these 
things things.

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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