Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2015 14:34:21 -0500
From:      Benjamin Kaduk <bjkfbsd@gmail.com>
To:        Dimitry Andric <dim@freebsd.org>
Cc:        svn-src-projects@freebsd.org, "src-committers@freebsd.org" <src-committers@freebsd.org>
Subject:   Re: svn commit: r277803 - projects/clang360-import/lib/clang/include
Message-ID:  <CAJ5_RoAvww7xFsSTBMPDThYsbpVbxOs11nWE=eEXpJRFx_kyww@mail.gmail.com>
In-Reply-To: <201501271925.t0RJPem3010417@svn.freebsd.org>
References:  <201501271925.t0RJPem3010417@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 27, 2015 at 2:25 PM, Dimitry Andric <dim@freebsd.org> 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
>
> ==============================================================================
> --- projects/clang360-import/lib/clang/include/Makefile Tue Jan 27
> 18:58:24 2015        (r277802)
> +++ projects/clang360-import/lib/clang/include/Makefile Tue Jan 27
> 19:25:39 2015        (r277803)
> @@ -8,7 +8,7 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/l
>
>  .PATH: ${LLVM_SRCS}/tools/clang/lib/Headers
>
> -INCSDIR=${INCLUDEDIR}/clang/3.6.0
> +INCSDIR=/usr/lib/clang/3.6.0/include
>

Is it a good idea to hardcode /usr/lib/ here?

-Ben



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5_RoAvww7xFsSTBMPDThYsbpVbxOs11nWE=eEXpJRFx_kyww>