From owner-freebsd-stable@FreeBSD.ORG Tue Sep 26 15:44:02 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 B266016A574 for ; Tue, 26 Sep 2006 15:44:02 +0000 (UTC) (envelope-from gogaxxx@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF7843DA6 for ; Tue, 26 Sep 2006 15:43:01 +0000 (GMT) (envelope-from gogaxxx@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so559383uge for ; Tue, 26 Sep 2006 08:42:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=bZVV7VV8VoyJ8Bq/yBj/mWfRz/bKBKIA19JM06kTz3kM1BkD3p1lgIMYdjV6Z3y4LKJD8gkhhEkU9no3ptN9VAb3x8FcWSgft9gj/A180H/Qt9JCPWEcMYabDPYrAb9hINRZlL1qjFd7gN11VcxIRUv0WohCqzadv1bEXnlmv+E= Received: by 10.66.216.20 with SMTP id o20mr797556ugg; Tue, 26 Sep 2006 08:42:58 -0700 (PDT) Received: from bormann.domain ( [86.62.123.114]) by mx.gmail.com with ESMTP id g30sm3287759ugd.2006.09.26.08.42.56; Tue, 26 Sep 2006 08:42:57 -0700 (PDT) From: George Potapov Organization: softsearch To: freebsd-stable@freebsd.org Date: Tue, 26 Sep 2006 19:42:50 +0400 User-Agent: KMail/1.9.3 References: <451945EC.6040300@cyberwang.net> In-Reply-To: <451945EC.6040300@cyberwang.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609261942.51529.nephrite@inbox.ru> Sender: George Potapov 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 15:44:02 -0000 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.