Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2003 14:39:23 +0200
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        Conrad Sabatier <conrads@cox.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Smarter 'make buildkernel'?
Message-ID:  <20030331123923.GA11830@falcon.midgard.homeip.net>
In-Reply-To: <XFMail.20030331062004.conrads@cox.net>
References:  <20030331065259.GA10169@falcon.midgard.homeip.net> <XFMail.20030331062004.conrads@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 31, 2003 at 06:20:04AM -0600, Conrad Sabatier wrote:
> 
> On 31-Mar-2003 Erik Trulsson wrote:
> > On Sun, Mar 30, 2003 at 04:21:57PM -0800, Paul Hoffman wrote:
> >> Hi again. Is there a way to get 'make buildkernel' in /usr/src to not 
> >> rebuild things that it already compiled? I'm playing around on a 
> >> not-very-fast laptop, and the rebuilds take forever.
> > 
> > 'make -DNOCLEAN buildkernel' should do the trick.
> 
> That should be -DNO_KERNELCLEAN.

Either should work fine.
As far as I can tell by reading the makefiles the difference is that
-DNOCLEAN is for both buildworld and buildkernel, while
-DNO_KERNELCLEAN is just for buildkernel, i.e. -DNOCLEAN essentially
implies -DNO_KERNELCLEAN.
If you are just doing a buildkernel it does not matter which is used.


-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se



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