From owner-freebsd-stable@FreeBSD.ORG Fri Apr 18 22:18:47 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C9F37B401 for ; Fri, 18 Apr 2003 22:18:47 -0700 (PDT) Received: from mx1.evo6.net (mx1.evo6.net [80.76.194.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B1D543FE0 for ; Fri, 18 Apr 2003 22:18:45 -0700 (PDT) (envelope-from andy@evo6.org) Received: from vx (vx.noc.evo6.net [10.0.0.10]) by mx1.evo6.net (8.12.9/8.12.9) with SMTP id h3J5Ig1D011860; Sat, 19 Apr 2003 06:18:42 +0100 (BST) (envelope-from andy@evo6.org) Message-ID: <009601c30633$242418b0$0a00000a@vx> From: "Andy Gilligan" To: "Marlon Corleone" References: <20030419050436.4649.qmail@web20509.mail.yahoo.com> Date: Sat, 19 Apr 2003 06:18:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=-6.6 required=5.0 tests=REFERENCES version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: stable@freebsd.org Subject: Re: 4.8-STABLE cvsup & kernel compilation X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 05:18:48 -0000 If you are just wanting to compile your kernel, you can skip the buildworld/installworld/mergemaster process. However, keeping the two in sync is highly recommended. To speed up the build you can add -DNOCLEAN to the buildkernel step, although depending on what has changed you might need to do a clean build. You may also consider putting KERNCONF= into /etc/make.conf to save typing it on the next build. So, assuming you have KERNCONF= in /etc/make.conf, you only need to do: make buildkernel -DNOCLEAN && make installkernel Regards, -Andy ----- Original Message ----- From: "Marlon Corleone" To: Sent: Saturday, April 19, 2003 6:04 AM Subject: 4.8-STABLE cvsup & kernel compilation > hi guys, i have version 4.8-STABLE running. i've just > update my stable-supfile and building, recompiling my > custom kernel, my question is: if im going to cvsup my > stable-supfile again, and compile the customed kernel > again, do i have to: make buildworld, make > installworld, mergemaster again or just make > buildkernel KERNCONF & make install KERNCONF? hoping > for your reply guys, thanks. > > > FreeBSD IS THE WAY ;> >