From owner-freebsd-small@FreeBSD.ORG Wed May 28 11:30:50 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 1D7B01065673 for ; Wed, 28 May 2008 11:30:50 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE488FC1C for ; Wed, 28 May 2008 11:30:49 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1766663ywe.13 for ; Wed, 28 May 2008 04:30:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=aW65In6vQ/IMBlcEBg/BSrAso2fcck3hyKkjyI9LgPA=; b=GuTvoKPQLK+UkBE/FxeSSw8E3Qi5u352CitD1aHSpzIr6TjijqTUQ8y0UlCnOuzFKjSS447/dvzRxaY/PPTofwXG/tmVM71c/7pdayfHq33vug/EozIWHoyc0Vark2eeLzho0Cl9o8Si5H8vqIbkZY498OSW2j60uLXuopbDXys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VYQULGq6aO7z1aumWjrARlQCrWCD18SNxRsH41oGV/2zzgs7A6e/W0paTlHwKu17sVR39Jop3rLJ6YvOXjS0VQr9e+d/lP9NwQgCI/29UCF5b+kl/jwiO22aKv6OjybAPXuKLBzN87kgV8LqXqkA4D0kCBOgohePpADZC7NIKzo= Received: by 10.151.141.8 with SMTP id t8mr4331626ybn.192.1211972633666; Wed, 28 May 2008 04:03:53 -0700 (PDT) Received: by 10.150.190.8 with HTTP; Wed, 28 May 2008 04:03:53 -0700 (PDT) Message-ID: <64de5c8b0805280403n78a160axc627a7ada0465a3f@mail.gmail.com> Date: Wed, 28 May 2008 16:33:53 +0530 From: "Rajkumar S" To: freebsd-small@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 11:30:50 -0000 Hi, I am experimenting with NanoBSD and have a make.conf like NO_GCOV=YES NO_GDB=YES NO_GPIB=YES NO_HESIOD_LIBC=YES NO_HTML=YES NO_I4B=YES NO_INFO=YES NO_IPFILTER=YES NO_KERBEROS=YES NO_KLDLOAD=YES NO_LPR=YES NO_MAILWRAPPER=YES NO_MAN=YES NO_MODULES=YES 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? raj 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