From owner-freebsd-stable@FreeBSD.ORG Tue Sep 26 17:56:46 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 E1D6816A417 for ; Tue, 26 Sep 2006 17:56:46 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6566843D77 for ; Tue, 26 Sep 2006 17:56:37 +0000 (GMT) (envelope-from erikt@midgard.homeip.net) Received: from falcon.midgard.homeip.net (83.253.29.241) by pne-smtpout1-sn2.hy.skanova.net (7.2.075) id 4516FC410009680F for freebsd-stable@freebsd.org; Tue, 26 Sep 2006 19:56:36 +0200 Received: (qmail 5355 invoked from network); 26 Sep 2006 19:56:35 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with SMTP; 26 Sep 2006 19:56:35 +0200 Received: (qmail 67307 invoked by uid 1001); 26 Sep 2006 19:56:35 +0200 Date: Tue, 26 Sep 2006 19:56:35 +0200 From: Erik Trulsson To: George Potapov Message-ID: <20060926175635.GA67298@owl.midgard.homeip.net> Mail-Followup-To: George Potapov , freebsd-stable@freebsd.org References: <451945EC.6040300@cyberwang.net> <200609261942.51529.nephrite@inbox.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609261942.51529.nephrite@inbox.ru> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-stable@freebsd.org Subject: Re: Building a kernel with config ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2006 17:56:47 -0000 On Tue, Sep 26, 2006 at 07:42:50PM +0400, George Potapov wrote: > On Tuesday 26 September 2006 19:23, Sean Bryant wrote: > > > Another way you could achieve the same thing is: > > make kernel KERNCONF=KERNNAME > > > > this will combine both steps in to one. > > Also for those who want to omit the KERNCONF step set KERNCONF in > > /etc/make.conf and you can omit the KERNCONF argument. > > But this also does make clean before building so it may be a pain especially > if you change one file or want to add just another driver. In that case you can just add -DNO_CLEAN to the arguments to make to. -- Erik Trulsson ertr1013@student.uu.se