From owner-freebsd-toolchain@FreeBSD.ORG Sun Feb 26 22:43:45 2012 Return-Path: Delivered-To: freebsd-toolchain@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA623106566B; Sun, 26 Feb 2012 22:43:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 6035C8FC0A; Sun, 26 Feb 2012 22:43:45 +0000 (UTC) Received: from [10.0.0.63] (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id q1QMc0sY089064 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sun, 26 Feb 2012 15:38:03 -0700 (MST) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20120226213703.GA33988@freebsd.org> Date: Sun, 26 Feb 2012 15:38:00 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20120226213703.GA33988@freebsd.org> To: Alexander Best X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Sun, 26 Feb 2012 15:38:03 -0700 (MST) Cc: freebsd-toolchain@FreeBSD.org Subject: Re: setting CC/CXX/CPP unconditionally in src.conf X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2012 22:43:45 -0000 On Feb 26, 2012, at 2:37 PM, Alexander Best wrote: > hi there, >=20 > any chance support for setting CC/CXX/CPP unconditionally in src.conf = could be > added before the release of freebsd 10.0? the way it is done atm is = really not > intuitive. the rule should really be: >=20 > - make.conf =3D applies globally > - src.conf =3D applies only to /usr/src > ( maybe a ports.conf or port.conf could be introduced at some point, = too) > ... the current situation, where only certain variables can be set in = src.conf > is not ideal. What doesn't work? Or rather, how does it work now? Warner