From owner-cvs-src@FreeBSD.ORG Tue May 17 15:20:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECED516A4CE; Tue, 17 May 2005 15:20:30 +0000 (GMT) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F4543D77; Tue, 17 May 2005 15:20:30 +0000 (GMT) (envelope-from des@des.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IGN006OX9T3HAA0@osl1smout1.broadpark.no>; Tue, 17 May 2005 19:27:03 +0200 (CEST) Received: from dsa.des.no ([80.203.228.37]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IGN006Q144CGAE1@osl1sminn1.broadpark.no>; Tue, 17 May 2005 17:24:12 +0200 (CEST) Received: by dsa.des.no (Pony Express, from userid 666) id 5A7AC4519A; Tue, 17 May 2005 17:20:24 +0200 (CEST) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id 482CF45131; Tue, 17 May 2005 17:20:20 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 372CF33C3B; Tue, 17 May 2005 17:20:20 +0200 (CEST) Date: Tue, 17 May 2005 17:20:20 +0200 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <20050517150415.cy3vhgx864kk8w8c@netchild.homeip.net> To: Alexander Leidinger Message-id: <86ekc5ubez.fsf@xps.des.no> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dsa.des.no 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> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL autolearn=disabled version=3.0.2 X-Spam-Level: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: S?ren Schmidt cc: cvs-all@FreeBSD.org cc: S?ren Schmidt Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:20:31 -0000 Alexander Leidinger writes: > Dag-Erling Sm=F8rgrav 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