From owner-svn-src-all@FreeBSD.ORG Thu Mar 3 19:49:21 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AA26106564A; Thu, 3 Mar 2011 19:49:21 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 2D85D8FC12; Thu, 3 Mar 2011 19:49:20 +0000 (UTC) Received: from [192.168.1.100] (m206-63.dsl.tsoft.com [198.144.206.63]) by ns1.feral.com (8.14.4/8.14.3) with ESMTP id p23JbNbc070306; Thu, 3 Mar 2011 11:37:23 -0800 (PST) (envelope-from mj@feral.com) Message-ID: <4D6FEE09.5050502@feral.com> Date: Thu, 03 Mar 2011 11:37:45 -0800 From: Matthew Jacob Organization: Feral Software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.14) Gecko/20110221 Thunderbird/3.1.8 MIME-Version: 1.0 To: John Baldwin References: <201103021606.p22G6vou020460@svn.freebsd.org> <201103031209.43857.jhb@freebsd.org> <4D6FCE64.3010302@freebsd.org> <201103031432.36336.jhb@freebsd.org> In-Reply-To: <201103031432.36336.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.2.6 (ns1.feral.com [192.67.166.1]); Thu, 03 Mar 2011 11:37:24 -0800 (PST) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Nathan Whitehorn Subject: Re: svn commit: r219181 - head/release X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2011 19:49:21 -0000 > I think it is a very important feature to ensure release builds are not > polluted by local changes in /etc/src.conf, etc. I think it would be good > to support both models perhaps, but for our official release builds I think > we need the clean environment. I certainly use 'make release' now for my > own custom FooBSD builds to get a clean environment. > While not disagreeing with you on this, one should really always do 'env -i PATH=/usr/bin:/bin make release' if you want to ensure non-pollution.