From owner-svn-src-head@freebsd.org Sat Mar 4 20:25:15 2017 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 71CD3CF9AEF; Sat, 4 Mar 2017 20:25:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30D0D1D87; Sat, 4 Mar 2017 20:25:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 5D73376; Sat, 4 Mar 2017 20:25:14 +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 81E2633128; Sat, 4 Mar 2017 20:25:13 +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 g-jajoi4ec-p; Sat, 4 Mar 2017 20:25:02 +0000 (UTC) Subject: Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/slc DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 439A033120 To: rgrimes@freebsd.org References: <201703042020.v24KKD5N078654@pdx.rh.CN85.dnsmgr.net> Cc: Ngie Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <7ed86250-8f8e-d034-0959-dc46e8973583@FreeBSD.org> Date: Sat, 4 Mar 2017 12:25:05 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <201703042020.v24KKD5N078654@pdx.rh.CN85.dnsmgr.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aP9IGkHpjpKPdIdnIDEIfNAS70tTiibMq" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 04 Mar 2017 20:25:15 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --aP9IGkHpjpKPdIdnIDEIfNAS70tTiibMq Content-Type: multipart/mixed; boundary="v2XVT711d3DdXRCAMPThmOPsQXhNHbhgp"; protected-headers="v1" From: Bryan Drewery To: rgrimes@freebsd.org Cc: Ngie Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <7ed86250-8f8e-d034-0959-dc46e8973583@FreeBSD.org> Subject: Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/slc References: <201703042020.v24KKD5N078654@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201703042020.v24KKD5N078654@pdx.rh.CN85.dnsmgr.net> --v2XVT711d3DdXRCAMPThmOPsQXhNHbhgp Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 3/4/2017 12:20 PM, Rodney W. Grimes wrote: > -- Start of PGP signed section. > [ Charset windows-1252 unsupported, converting... ] >> On 3/4/2017 7:34 AM, Rodney W. Grimes wrote: >>> What is ${.CURDIR:H:H} ????? Yes that seems to work but now we are o= bscuring >>> ../.. into makefile syntax magic, probably not a grand idea. >> It just trims off the last directory component. This both reduces >> namecache lookups, lessens the amount of data in a log, and makes >> debugging a log simpler by not having a crazy path like: >> /home/bdrewery/big/git/buildserver/sys/modules/usb/template/../../../d= ev/usb/template/usb_template.c >> >> It's far simpler to understand and work with: >> /home/bdrewery/big/git/buildserver/sys/dev/usb/template/usb_template.c= >> >> The only downside is it is slightly more obscure in a Makefile, but on= ce >> you know what :H is then it's not a problem. This is why SRCTOP is ev= en >> better than this as it is far more clear than even :H and avoids the >> ../../ problems. > Lets do one or the other, but not both ${SRCTOP} and :H:H:H. It appear= s > that we now have a mix and mashed up some one way others the other. That I can agree with. I would prefer to standardize on SRCTOP as :H is too obscure without learning about make details. --=20 Regards, Bryan Drewery --v2XVT711d3DdXRCAMPThmOPsQXhNHbhgp-- --aP9IGkHpjpKPdIdnIDEIfNAS70tTiibMq 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 iQEcBAEBAgAGBQJYuyKhAAoJEDXXcbtuRpfPUa8IAJC8qre6gw81FKEUoAe7oRgO YV7tOYDWANTQ6eF5UCqec8buRG5PECWyQ1udlXoE+8RWW5/qlYLDSERRm7tSOlrk AATKgyzUTgqzMQOsJuObjYnmwhMxcPpoGfKJft037nI/rGX6g9M8B8AuS+4yc4Vg 19cz743wJvOSUUnph5XOLFJRm8ugsc49CpePdz9EwdHeAlS6M0aYHzPp+lyGChxx 5YWzc9QRtdwMIWKz/tN7h869przGo1t1R+JlSQPt30G4Kkuyr+HpFuOaX0rHDW6e WV8/EzWGi6a1ZdLgpATe8vFhtdR/uzyv/WppkEOhnCSz0hRWPq87BZxhYdn9lG8= =Z4WD -----END PGP SIGNATURE----- --aP9IGkHpjpKPdIdnIDEIfNAS70tTiibMq--