From owner-freebsd-stable@FreeBSD.ORG Sat Feb 2 10:47:53 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1274E16A418 for ; Sat, 2 Feb 2008 10:47:53 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 5AF4113C459 for ; Sat, 2 Feb 2008 10:47:52 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 02 Feb 2008 10:47:50 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp025) with SMTP; 02 Feb 2008 11:47:50 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1/BiOVBrd7BQPZZQ9422XBxHw/Emh8BScmI6qGYw/ 8xUZOWwQaOpf69 Message-ID: <47A44A55.8040007@gmx.de> Date: Sat, 02 Feb 2008 11:47:49 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20080122) MIME-Version: 1.0 To: =?UTF-8?B?R2Vycml0IEvDvGhu?= References: <20080201114803.e6f6dbab.gerrit@pmp.uni-hannover.de> In-Reply-To: <20080201114803.e6f6dbab.gerrit@pmp.uni-hannover.de> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: freebsd-stable@freebsd.org Subject: Re: src.conf, WITHOUT-knobs and nanobsd 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: Sat, 02 Feb 2008 10:47:53 -0000 Gerrit Kühn wrote: > Hi folks, > > I have just noticed that the NO-knobs were renamed into WITHOUT-knobs and > moved from make.conf into src.conf. > Can anyone tell me if (and how) this interacts with nanobsd, which uses > the following variables: > > --- > # Options to put in make.conf during buildworld only > CONF_BUILD=' ' > > # Options to put in make.conf during installworld only > CONF_INSTALL=' ' > > # Options to put in make.conf during both build- & installworld. > CONF_WORLD=' ' > --- > > > Can I put the new WITHOUT-knobs there like I used to do with the NO-knobs > before Yes you can.