From owner-svn-src-head@freebsd.org Thu Oct 15 20:54:21 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33C02A16DBB; Thu, 15 Oct 2015 20:54:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1D668172; Thu, 15 Oct 2015 20:54:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 160111FA3; Thu, 15 Oct 2015 20:54:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id CB7F411702; Thu, 15 Oct 2015 20:54:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id OlKQO0H7y7ty; Thu, 15 Oct 2015 20:54:18 +0000 (UTC) Subject: Re: svn commit: r289384 - head/lib DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 09977116FD To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201510152027.t9FKRFgT031177@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5620127C.9070409@FreeBSD.org> Date: Thu, 15 Oct 2015 13:54:20 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201510152027.t9FKRFgT031177@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E49o5nIfaL6gCDKRg0enRtaK5s62Bo14p" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 20:54:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --E49o5nIfaL6gCDKRg0enRtaK5s62Bo14p Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/15/2015 1:27 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Thu Oct 15 20:27:15 2015 > New Revision: 289384 > URL: https://svnweb.freebsd.org/changeset/base/289384 >=20 > Log: > Let the SUBDIR_DEPEND*c++ variables actually work rather than being p= arsed > as a +=3D. These were safe due to a .WAIT very early on. > =20 My analysis was wrong. The libc++ dependency on libcxxrt was actually broken here and would not have built if you went directly into lib and built in parallel. It was hidden by the fact that a proper dependency is in Makefile.inc1 via an __L target. The power of redundancy! This too allows kerberos5/lib to work with SUBDIR_PARALLEL=3D since it's so greatly defined in Makefile.inc1. > -SUBDIR_DEPEND_libc++=3D libcxxrt > +SUBDIR_DEPEND_libc++:=3D libcxxrt > SUBDIR_DEPEND_libc=3D libcompiler_rt > SUBDIR_DEPEND_libcam=3D libsbuf > SUBDIR_DEPEND_libcapsicum=3D libnv > @@ -148,7 +148,7 @@ SUBDIR_DEPEND_libpjdlog=3D libutil --=20 Regards, Bryan Drewery --E49o5nIfaL6gCDKRg0enRtaK5s62Bo14p 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 iQEcBAEBAgAGBQJWIBJ8AAoJEDXXcbtuRpfPttUH/jSTk9jViF/rUHYo1zXaSBPf Bmuww7e+LfHLsGhmONjJH7aE+bvH58tGv1TZWMCQdj/6QmLbmfrMoYdH4XcNzpQf Vk7IYNwWUj6V7mItIj2z6mDtP8nLb1zP750v0gw9Mfy+gOJnSaWJQuL80m6cS5JU WyrlB8GdsRetIiALFpiFSxePDWAW/H5+SPnpF5e87FujE4ycZEIONehLSmO28F/L ETqG+0h9TGrkLxCrb9kdM1oia+a6APrbyqGYqHJ9hyBtxGkHHNYjqiomyeOKWQox mm/xKmBGcmrI6yN2TbzzM7jdLs0yP9EHhfRjRl6x440pQRp4+S1kkHP+n7inpdk= =vd1Y -----END PGP SIGNATURE----- --E49o5nIfaL6gCDKRg0enRtaK5s62Bo14p--