From owner-svn-src-projects@FreeBSD.ORG Wed Jan 28 00:11:37 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A43DFC6; Wed, 28 Jan 2015 00:11:37 +0000 (UTC) Received: from mail-qg0-x236.google.com (mail-qg0-x236.google.com [IPv6:2607:f8b0:400d:c04::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F20B14B; Wed, 28 Jan 2015 00:11:37 +0000 (UTC) Received: by mail-qg0-f54.google.com with SMTP id q108so14367831qgd.13; Tue, 27 Jan 2015 16:11:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=hADudihlDwDgMFakmoo0OXU1NBIt37fd2u5NydQvfoE=; b=XXQC1annpNwKrQghrugIfhFDSsbzPLUTbsn9172iNmRSyqmE5R5yLSlbtR9MlqTL3N u5zLmCjREs2KdccfaLetk6ju0zaGCDcwkWRrsFQ9X1wQR5kfChypY4vIPx5xnrgvlWVY ymmgRmomEUeDOBFGSl3cC7hqDRivv6ZhztwxTxFYC+Bh49QF1nl0j2xIpu3uzl2dd4+L 2UqZMCtkUauiAROsrEDo1k+HT3dkWR+Erxi2RmsglOOf3SzswcD9um7shPJ/winZ+iFF tXKlboYdmcjnSeEPSZBixSA0KLt5vC6SbR3kbgAtJZ0Pa6Jp9NwQQKOkbCraUVTIF02l nryA== X-Received: by 10.224.19.137 with SMTP id a9mr7535727qab.83.1422403896414; Tue, 27 Jan 2015 16:11:36 -0800 (PST) Received: from kan ([2601:6:6780:7e0:226:18ff:fe00:232e]) by mx.google.com with ESMTPSA id b109sm2526439qgf.40.2015.01.27.16.11.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 16:11:35 -0800 (PST) Date: Tue, 27 Jan 2015 19:11:34 -0500 From: Alexander Kabaev To: Benjamin Kaduk Subject: Re: svn commit: r277803 - projects/clang360-import/lib/clang/include Message-ID: <20150127191134.4fe3a17f@kan> In-Reply-To: References: <201501271925.t0RJPem3010417@svn.freebsd.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-src-projects@freebsd.org, "src-committers@freebsd.org" , Dimitry Andric X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2015 00:11:37 -0000 On Tue, 27 Jan 2015 14:34:21 -0500 Benjamin Kaduk wrote: > On Tue, Jan 27, 2015 at 2:25 PM, Dimitry Andric > wrote: > > > Author: dim > > Date: Tue Jan 27 19:25:39 2015 > > New Revision: 277803 > > URL: https://svnweb.freebsd.org/changeset/base/277803 > > > > Log: > > Change the path to clang's private headers. Upstream has always > > stored these in $LIBDIR/clang/$VERSION/include, instead of our > > previous custom location in /usr/include/clang/$VERSION. This > > allows us to drop yet another FreeBSD-specific patch. > > > > Modified: > > projects/clang360-import/lib/clang/include/Makefile > > > > Modified: projects/clang360-import/lib/clang/include/Makefile > > I think spreading .h files all over the tree is actually a regression. -- Alexander Kabaev