From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 11 15:17:52 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0675516A4CE; Wed, 11 Aug 2004 15:17:52 +0000 (GMT) Received: from outmx010.isp.belgacom.be (outmx010.isp.belgacom.be [195.238.3.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 702D443D53; Wed, 11 Aug 2004 15:17:51 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx010.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i7BFHfLq006320; Wed, 11 Aug 2004 17:17:41 +0200 (envelope-from ) Received: from lori.mine.nu (43-23.244.81.adsl.skynet.be [81.244.23.43]) with ESMTP id i7BFHcdM006283; Wed, 11 Aug 2004 17:17:38 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 41281904; Wed, 11 Aug 2004 17:17:38 +0200 (CEST) Date: Wed, 11 Aug 2004 17:17:38 +0200 From: Geert Hendrickx To: "Simon L. Nielsen" Message-ID: <20040811151738.GB98466@lori.mine.nu> References: <20040810223606.GA75648@lori.mine.nu> <20040811124714.GA51160@eddie.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040811124714.GA51160@eddie.nitro.dk> User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en X-Mailman-Approved-At: Thu, 12 Aug 2004 12:00:15 +0000 cc: freebsd-hackers@FreeBSD.org Subject: Re: make "quickworld"? (like in DragonFly) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 15:17:52 -0000 On Wed, Aug 11, 2004 at 02:47:14PM +0200, Simon L. Nielsen wrote: > On 2004.08.11 00:36:06 +0200, Geert Hendrickx wrote: > > Hi, > > > > is there any way (or could it be implemented) to rebuild only the > > changes in world and kernel sources after a cvsup? DragonFly BSD > > features "make quickworld" and "make quickkernel" which does exactly > > that. > > You can do that already: > > make buildworld buildkernel -DNOCLEAN I knew that flag, but I wasn't sure it does the exact same thing. Apparently it does, so it is what I was looking for, thanks! GH