From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 14 08:03:43 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 DFE3B16A4CE; Sat, 14 Aug 2004 08:03:43 +0000 (GMT) Received: from outmx001.isp.belgacom.be (outmx001.isp.belgacom.be [195.238.3.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45BC443D4C; Sat, 14 Aug 2004 08:03:43 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx001.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i7E83evX031879; Sat, 14 Aug 2004 10:03:40 +0200 (envelope-from ) Received: from lori.mine.nu (149-144.244.81.adsl.skynet.be [81.244.144.149]) with ESMTP id i7E83ce5031862; Sat, 14 Aug 2004 10:03:38 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 504AD502; Sat, 14 Aug 2004 10:03:38 +0200 (CEST) Date: Sat, 14 Aug 2004 10:03:37 +0200 From: Geert Hendrickx To: freebsd-hackers@FreeBSD.org, simon@FreeBSD.org, ertr1013@student.uu.se Message-ID: <20040814080337.GA17811@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: Sun, 15 Aug 2004 12:50:37 +0000 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: Sat, 14 Aug 2004 08:03:44 -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 Does adding "NOCLEAN=true" to /etc/make.conf have the same effect? GH