From owner-svn-src-all@FreeBSD.ORG Tue Apr 16 13:41:19 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D51BB43E; Tue, 16 Apr 2013 13:41:19 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by mx1.freebsd.org (Postfix) with ESMTP id F1054B5B; Tue, 16 Apr 2013 13:41:18 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AocGANFTbVFR8ZLu/2dsb2JhbABQgwY2gzG9VYELF3SCHwEBBSMzIxALFAQJFgsCAgkDAgECASceBg0BBwEBiBQIqhKCQJBDjn4RBwmCJoETA49UgSmHK49xgw06 Received: from 238.146-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.146.238]) by relay.skynet.be with ESMTP; 16 Apr 2013 15:41:16 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.6/8.14.6) with ESMTP id r3GDfFYR021134; Tue, 16 Apr 2013 15:41:15 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Message-ID: <516D54F5.4010501@FreeBSD.org> Date: Tue, 16 Apr 2013 15:41:09 +0200 From: Tijl Coosemans User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130408 Thunderbird/17.0.5 MIME-Version: 1.0 To: Tim Kientzle Subject: Re: svn commit: r249484 - head/lib References: <201304141913.r3EJDqPI095965@svn.freebsd.org> In-Reply-To: <201304141913.r3EJDqPI095965@svn.freebsd.org> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2NLKUGFSIRFVEBONHBTKX" Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 13:41:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2NLKUGFSIRFVEBONHBTKX Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2013-04-14 21:13, Tim Kientzle wrote: > Author: kientzle > Date: Sun Apr 14 19:13:51 2013 > New Revision: 249484 > URL: http://svnweb.freebsd.org/changeset/base/249484 >=20 > Log: > Install a symlink > /usr/lib/include =3D=3D> /usr/include > =20 > This fixes -print-file-name=3Dinclude in clang (and is > arguably a better way to fix the same issue in GCC than > the change I made in r231336). > =20 > MFC after: 1 week >=20 > Modified: > head/lib/Makefile >=20 > Modified: head/lib/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/Makefile Sun Apr 14 18:36:30 2013 (r249483) > +++ head/lib/Makefile Sun Apr 14 19:13:51 2013 (r249484) > @@ -252,4 +252,7 @@ _libusbhid=3D libusbhid > _libusb=3D libusb > .endif > =20 > +afterinstall: > + ln -fs ../include ${DESTDIR}/usr/lib/include > + > .include This breaks with -DNO_CLEAN defined, because then ${DESTDIR}/usr/lib/include/include is created. I'm not that fond of this patch by the way, but I don't fully understand the problem it's trying to solve so I won't object. It just looks too much like a hack to me. ------enig2NLKUGFSIRFVEBONHBTKX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iF4EAREIAAYFAlFtVPsACgkQfoCS2CCgtisXIAD/S3CqiTuMctYwQ10yBQ9nzdtZ KBdjA2SEatk1Bky9z/sA/2UUL4besuqrSrzMhidDevnS+/Qvap3XfPuLu23UZl0M =rC1m -----END PGP SIGNATURE----- ------enig2NLKUGFSIRFVEBONHBTKX--