From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 11 15:22:24 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 3F8EB16A4CE for ; Wed, 11 Aug 2004 15:22:24 +0000 (GMT) Received: from mail04.svc.cra.dublin.eircom.net (mail04.svc.cra.dublin.eircom.net [159.134.118.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B09A943D39 for ; Wed, 11 Aug 2004 15:22:23 +0000 (GMT) (envelope-from sarunas@eircom.net) Received: (qmail 51173 messnum 5059751 invoked from network[194.125.180.44/194-125-180-44.as1.dbc.drogheda.eircom.net]); 11 Aug 2004 15:22:22 -0000 Received: from 194-125-180-44.as1.dbc.drogheda.eircom.net (HELO laserbeam.sv.org) (194.125.180.44) by mail04.svc.cra.dublin.eircom.net (qp 51173) with SMTP; 11 Aug 2004 15:22:22 -0000 Received: by laserbeam.sv.org (Postfix, from userid 1001) id E32E85F66; Wed, 11 Aug 2004 16:22:23 +0000 (GMT) Date: Wed, 11 Aug 2004 16:22:23 +0000 From: Sarunas Vancevicius To: hackers Message-ID: <20040811162223.GA1666@laserbeam.sv.org> Mail-Followup-To: Sarunas Vancevicius , hackers , Geert Hendrickx References: <20040810223606.GA75648@lori.mine.nu> <20040811160721.GA955@laserbeam.sv.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040811160721.GA955@laserbeam.sv.org> User-Agent: Mutt/1.5.6i cc: Geert Hendrickx 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:22:24 -0000 On 16:07, Wed 11 Aug 04, Sarunas Vancevicius wrote: > On 00:36, Wed 11 Aug 04, Geert Hendrickx wrote: > > ers@freebsd.org > > X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on laserbeam.sv.org > > X-Spam-Level: > > X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=ham version=2.63 > > Status: RO > > Content-Length: 941 > > Lines: 24 > > > > 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. [snip] > As few people already mentioned, add -DCNOCLEAN flag after > makeworld or makekernel. s/-DCNOCLEAN/-DNOCLEAN [snip] -- Sarunas Vancevicius