From owner-freebsd-small@FreeBSD.ORG Wed May 28 12:49:49 2008 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 890711065687 for ; Wed, 28 May 2008 12:49:49 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.freebsd.org (Postfix) with ESMTP id 79D7E8FC23 for ; Wed, 28 May 2008 12:49:48 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id m4SCLexc003280; Wed, 28 May 2008 20:21:40 +0800 (KRAST) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id m4SCLeX6003279; Wed, 28 May 2008 20:21:40 +0800 (KRAST) (envelope-from eugen) Date: Wed, 28 May 2008 20:21:40 +0800 From: Eugene Grosbein To: Rajkumar S Message-ID: <20080528122140.GA2144@svzserv.kemerovo.su> References: <64de5c8b0805280403n78a160axc627a7ada0465a3f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64de5c8b0805280403n78a160axc627a7ada0465a3f@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-small@freebsd.org Subject: Re: Separating make.conf options into CONF_BUILD, CONF_INSTALL and CONF_WORLD for NanoBSD X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:49:49 -0000 On Wed, May 28, 2008 at 04:33:53PM +0530, Rajkumar S wrote: > and so on.... > > NanoBSD expects these options to be split into 3 sets, like > CONF_BUILD, CONF_INSTALL and CONF_WORLD. I could not find a way to > segregate the make.conf options into these 3 sets. Given an option how > can I determine in which set it falls? You really do not need to split the set, just define CONF_WORLD only and put all your knobs there. This is the safest way. Do otherwise only when you exactly know what are you doing. Eugene Grosbein