Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 17:20:20 +0200
From:      des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
To:        Alexander Leidinger <Alexander@Leidinger.net>
Cc:        S?ren Schmidt <sos@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/dev/ata ata-queue.c
Message-ID:  <86ekc5ubez.fsf@xps.des.no>
In-Reply-To: <20050517150415.cy3vhgx864kk8w8c@netchild.homeip.net>
References:  <200505111436.j4BEaQWP077515@repoman.freebsd.org> <20050511145558.7e030a62@dolphin.local.net> <42828A49.8000008@DeepCore.dk> <20050511231001.1ba1e2e3@dolphin.local.net> <86wtq47j97.fsf@xps.des.no> <20050512112617.482321e9@dolphin.local.net> <20050515053349.GA32205@gothmog.gr> <20050515065820.GE837@darkness.comp.waw.pl> <20050515020629.156fb85e@dolphin.local.net> <20050516195401.32b7784a@Magellan.Leidinger.net> <86vf5itaqq.fsf@xps.des.no> <20050517150415.cy3vhgx864kk8w8c@netchild.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Leidinger <Alexander@Leidinger.net> writes:
> Dag-Erling Sm=F8rgrav <des@des.no> wrote:
> > There is no good reason to use what you call the classic way, and
> > you're not doing anybody any favors by pretending there is.
> What does the buildkernel way what the classic way doesn't do?
>
> What does the buildkernel way what the classic way doesn't do? Which item=
 in
> this list needs to be done to avoid some bad things to happen and which b=
ad
> things are we talking about?

These questions have been answered before, many times.

> If you just change one file and you want to recompile the kernel, which
> procedure is faster?

They're equally fast, though 'buildkernel' normally does 'make clean'
and 'make depend' every time.  Use NO_KERNELCLEAN when you can get
away with it (which is most of the time; I have it in make.conf) and
NO_KERNELDEPEND when you know you haven't changed the dependency tree
(i.e. when you haven't changed any #include statements).  All the
usual tricks (KODIR, NO_MODULES, MODULES_OVERRIDE) also work.

DES
--=20
Dag-Erling Sm=F8rgrav - des@des.no



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