From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 15:54:27 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A85F11065677 for ; Sun, 27 Nov 2011 15:54:27 +0000 (UTC) (envelope-from theraven@freebsd.org) Received: from theravensnest.org (theravensnest.org [109.169.23.128]) by mx1.freebsd.org (Postfix) with ESMTP id 30DBF8FC1C for ; Sun, 27 Nov 2011 15:54:26 +0000 (UTC) Received: from [192.168.0.2] (cpc2-cwma5-0-0-cust875.7-3.cable.virginmedia.com [86.11.39.108]) (authenticated bits=0) by theravensnest.org (8.14.4/8.14.4) with ESMTP id pARFsOg0078115 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sun, 27 Nov 2011 15:54:25 GMT (envelope-from theraven@freebsd.org) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: David Chisnall In-Reply-To: <4ED256B1.3050408@zedat.fu-berlin.de> Date: Sun, 27 Nov 2011 15:54:19 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <0C4788C6-DA78-4FD5-9BF8-6A474FA4030C@freebsd.org> References: <55EF58C0-0E9A-4701-B309-95317913A384@FreeBSD.org> <4ED1719C.4040500@gmail.com> <846F3BBB-53EE-4C0E-A2DB-A653A8FF13D7@FreeBSD.org> <4ED256B1.3050408@zedat.fu-berlin.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.1251.1) Cc: "C. P. Ghost" , current@freebsd.org Subject: Re: Heads up: New C++ stack X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2011 15:54:27 -0000 On 27 Nov 2011, at 15:26, O. Hartmann wrote: > Why is the knob > WITH_LIBCPLUSPLUS=3Dyes > located in /etc/make.conf and not in /etc/src.conf? Sorry, it is in src.conf, I was thinking about enabling clang. Or = possibly not thinking at all. It's Sunday, so thinking is optional... David=