From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 11 15:07:22 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 C578416A4CE for ; Wed, 11 Aug 2004 15:07:22 +0000 (GMT) Received: from mail13.svc.cra.dublin.eircom.net (mail13.svc.cra.dublin.eircom.net [159.134.118.29]) by mx1.FreeBSD.org (Postfix) with SMTP id D8E6243D48 for ; Wed, 11 Aug 2004 15:07:21 +0000 (GMT) (envelope-from sarunas@eircom.net) Received: (qmail 96442 messnum 5112619 invoked from network[194.125.183.22/194-125-183-22.as1.dbc.drogheda.eircom.net]); 11 Aug 2004 15:07:20 -0000 Received: from 194-125-183-22.as1.dbc.drogheda.eircom.net (HELO laserbeam.sv.org) (194.125.183.22) by mail13.svc.cra.dublin.eircom.net (qp 96442) with SMTP; 11 Aug 2004 15:07:20 -0000 Received: by laserbeam.sv.org (Postfix, from userid 1001) id A713C5FA0; Wed, 11 Aug 2004 16:07:21 +0000 (GMT) Date: Wed, 11 Aug 2004 16:07:21 +0000 From: Sarunas Vancevicius To: Geert Hendrickx Message-ID: <20040811160721.GA955@laserbeam.sv.org> Mail-Followup-To: Sarunas Vancevicius , Geert Hendrickx , hackers References: <20040810223606.GA75648@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040810223606.GA75648@lori.mine.nu> User-Agent: Mutt/1.5.6i cc: hackers 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:07:22 -0000 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. No, the documentation was ahead of actual code, so there is no 'quickkernel', yet, just 'quickworld'. As few people already mentioned, add -DCNOCLEAN flag after makeworld or makekernel. And you can disable the building of most contributed packages, like gdb, sendmail, cvs, games, etc. See make.conf(5). -- Sarunas Vancevicius