From owner-freebsd-current@FreeBSD.ORG Tue Aug 30 16:44:47 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B3CA106567B; Tue, 30 Aug 2011 16:44:47 +0000 (UTC) (envelope-from vertex.symphony@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 67BBB8FC13; Tue, 30 Aug 2011 16:44:46 +0000 (UTC) Received: by bkat8 with SMTP id t8so7107860bka.13 for ; Tue, 30 Aug 2011 09:44:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1lFW4iWy3nfSBQuPolGM4vbQzs9NtVqdOluYoJgAOL8=; b=t+OTxCL1OEZYzEhd9LIV2xXZ0J4yhpfl1ptd1+Pxxiy3/nxjtxGw57ZUEQdSF1Zb8L gIK4ofD+zjlm9NqjI4zNtvTuoeXlCKwB+3c4wr7EHC3mWYPlFJo4jVgxI5i2fVZXGkeu RQn3wcxjigHvUIpfO4C0vXcEInGzlatHDdpoE= MIME-Version: 1.0 Received: by 10.204.143.82 with SMTP id t18mr257261bku.174.1314722685392; Tue, 30 Aug 2011 09:44:45 -0700 (PDT) Received: by 10.204.141.204 with HTTP; Tue, 30 Aug 2011 09:44:45 -0700 (PDT) In-Reply-To: <4E5D0DD3.20606@FreeBSD.org> References: <4E5CB1E9.9080801@zedat.fu-berlin.de> <4E5D0DD3.20606@FreeBSD.org> Date: Tue, 30 Aug 2011 13:44:45 -0300 Message-ID: From: Alex Kuster To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current , "Hartmann, O." Subject: Re: CLANG; still cc in use when building the WORLD with CLANG? 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: Tue, 30 Aug 2011 16:44:47 -0000 Thanks for pointing out those details ! This whole thing about make.conf & src.conf is very confusing and gives the impression of something half ported ... Because I honestly though that src.conf was for freebsd sources as indicate= d by the manpage (and in fact, compiled sources that way without issues ... =C2=BF?) Anyways, I'll read more about what you guys pointed me. Thanks again.