From owner-freebsd-stable@FreeBSD.ORG Fri Jan 25 14:39:32 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 2346416A47A; Fri, 25 Jan 2008 14:39:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 1BBD613C467; Fri, 25 Jan 2008 14:39:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id 6F4561A4D86; Fri, 25 Jan 2008 06:35:31 -0800 (PST) From: John Baldwin To: freebsd-stable@freebsd.org Date: Fri, 25 Jan 2008 08:57:28 -0500 User-Agent: KMail/1.9.7 References: <47949811.1080505@raad.tartu.ee> <6BA87BDA-FFAC-4329-B720-98666204FB3F@khera.org> <47979774.5040205@FreeBSD.org> In-Reply-To: <47979774.5040205@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801250857.28585.jhb@freebsd.org> Cc: Vivek Khera , Doug Barton Subject: Re: NO_ knobs in /etc/make.conf 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: Fri, 25 Jan 2008 14:39:32 -0000 On Wednesday 23 January 2008 02:37:24 pm Doug Barton wrote: > Vivek Khera wrote: > > > I guess I wasn't clear about my confusion. What was broken about putting > > all this in make.conf that necessitated a src.conf file too? > > One could argue that they didn't need to be moved at all. One of the > rationales at the time was that we didn't want the knobs for the base to > affect the ports. Correct, and /etc/src.conf is optional. It is a good place to put settings that you want to only affect compiles in /usr/src and not affect building apps from ports, standalone compiles, etc. -- John Baldwin