From owner-svn-src-all@freebsd.org Fri Nov 10 21:43:59 2017 Return-Path: Delivered-To: svn-src-all@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 C66E5E51736; Fri, 10 Nov 2017 21:43:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 9667B64451; Fri, 10 Nov 2017 21:43:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (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 AE594302; Fri, 10 Nov 2017 21:43:58 +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 BC34A77AD; Fri, 10 Nov 2017 21:43:57 +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 o-f-sTZZoWjM; Fri, 10 Nov 2017 21:43:55 +0000 (UTC) Subject: Re: svn commit: r325568 - head DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com CE3D177A8 To: rgrimes@freebsd.org Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201711102141.vAALfvfh030944@pdx.rh.CN85.dnsmgr.net> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: Date: Fri, 10 Nov 2017 13:43:41 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <201711102141.vAALfvfh030944@pdx.rh.CN85.dnsmgr.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pF6k5xw0TuOJIkQElQOlPxc8c2aCnATdn" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 10 Nov 2017 21:43:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --pF6k5xw0TuOJIkQElQOlPxc8c2aCnATdn Content-Type: multipart/mixed; boundary="xpWbdcxfSfgNnKDWE8w8rwDw8GqBR73pp"; protected-headers="v1" From: Bryan Drewery To: rgrimes@freebsd.org Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: Subject: Re: svn commit: r325568 - head References: <201711102141.vAALfvfh030944@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201711102141.vAALfvfh030944@pdx.rh.CN85.dnsmgr.net> --xpWbdcxfSfgNnKDWE8w8rwDw8GqBR73pp Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 11/10/2017 1:41 PM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: bdrewery >> Date: Wed Nov 8 23:41:27 2017 >> New Revision: 325568 >> URL: https://svnweb.freebsd.org/changeset/base/325568 >> >> Log: >> universe: Fix creating LINT files with AUTO_OBJ. >> =20 >> These are expected to be created in .CURDIR. >> =20 >=20 > Doesn't that fly in the face of a readonly src tree? Yes, it's the wrong behavior IMO but it's how it was working before. I have this on my list to come back to later to see if I can avoid it. It was simpler to disable the new feature for now in this case. >=20 >> Reported by: kib >> Sponsored by: Dell EMC Isilon >> >> Modified: >> head/Makefile >> >> Modified: head/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/Makefile Wed Nov 8 23:32:56 2017 (r325567) >> +++ head/Makefile Wed Nov 8 23:41:27 2017 (r325568) >> @@ -553,7 +553,8 @@ universe_${target}_kernels: universe_${target}_wor= lds=20 >> universe_${target}_kernels: universe_${target}_prologue .MAKE .PHONY >> .if exists(${KERNSRCDIR}/${target}/conf/NOTES) >> @(cd ${KERNSRCDIR}/${target}/conf && env __MAKE_CONF=3D/dev/null \ >> - ${SUB_MAKE} LINT > ${.CURDIR}/_.${target}.makeLINT 2>&1 || \ >> + ${SUB_MAKE} -DNO_OBJ LINT \ >> + > ${.CURDIR}/_.${target}.makeLINT 2>&1 || \ >> (echo "${target} 'make LINT' failed," \ >> "check _.${target}.makeLINT for details"| ${MAKEFAIL})) >> .endif >> >> >=20 --=20 Regards, Bryan Drewery --xpWbdcxfSfgNnKDWE8w8rwDw8GqBR73pp-- --pF6k5xw0TuOJIkQElQOlPxc8c2aCnATdn 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 iQEcBAEBAgAGBQJaBh2NAAoJEDXXcbtuRpfPxWoIAN9OfIMipAO38LsKuJILgwy8 azYrNQtohZCQzmUiXj/gaf1a0se0GhA5hGpd1+fu+nkLwWyOE2v5c7v6NOfFqsie 0qOiMaoXf4jA7AFt4xJb5aZW7Zx3B+5dehbuSoKC8u0LNe2n3CLTy6v7JzFZ/IYZ K/rvzb0yNU7oSUV+yAeaCoCd8D8dDx7IOnn7eQwVYgfRkWAj5IOSA+1kErNdR4IO euFANmHIGUFElMWH6xhddcpbnbu9qjtdVOpDe0e24yx1BC0jf4VBZREmnI+9Debg dSkaIJNQfqjFwvz3Zy+ZX0FF90BioEY+c4OmpY9KDkWEfGIy3QvD55ir9SfnQ5k= =C+In -----END PGP SIGNATURE----- --pF6k5xw0TuOJIkQElQOlPxc8c2aCnATdn--