From owner-svn-src-head@freebsd.org Thu Oct 22 02:46:16 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 CC3D1A1B525 for ; Thu, 22 Oct 2015 02:46:16 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 975F1136A for ; Thu, 22 Oct 2015 02:46:16 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: by pabrc13 with SMTP id rc13so72622555pab.0 for ; Wed, 21 Oct 2015 19:46:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:message-id:references:to; bh=E9Bp/8T8FIRWMR+6sZ4tNWHg/Zy5WBSWO7nSHAtZHUo=; b=GiPTr4/plPrkQeMgLkWpQB/XwuVGpPSR+1a5Rz/UJ6W2ay/OGU21iDrXITYFMoYq8I 6f2dVu/YBr7ZoNjd55tX5hR0O2eleTZi7t1pHqnRVKQgoPP4bQMyrosLuvkE95A1Yezs EHWT5U6JMbqs1eYYvxHtbwsebj7n/7Lk2SW1gW460fOVPOYBusNoCEF0U7Xx7R34K56t Zhxmje3fWN9gO9eHBoAwgTxxXiSphyJzX19VxP99sGaRsZKmDfFEYNoPcXpTPjL3K8UF AqzO/it6NdJth6kx+WCFeGILmMiXQFtpc4hO8WbGqlD+czHj5+7M97Av89Mb48WRh0fD Ja6w== X-Gm-Message-State: ALoCoQk3isUA7F/UJrKWNvRwWuSbA4ZAoeXsoj/TyYLPi2VB0AjRXQYrFksPJ4o+PjVYzqFa3SY8 X-Received: by 10.68.250.163 with SMTP id zd3mr14674302pbc.23.1445481970576; Wed, 21 Oct 2015 19:46:10 -0700 (PDT) Received: from [100.127.128.44] ([69.53.245.4]) by smtp.gmail.com with ESMTPSA id ip7sm4764326pbd.49.2015.10.21.19.46.09 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 21 Oct 2015 19:46:10 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r289728 - head Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: multipart/signed; boundary="Apple-Mail=_84FA71B8-955D-4F11-88D9-166CDDE6FAA0"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5.2 From: Warner Losh In-Reply-To: <20151021214550.70b25f13@kan> Date: Wed, 21 Oct 2015 20:46:07 -0600 Cc: Ed Maste , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-Id: <58F602B5-1F88-48C1-B248-0328437E9D8B@bsdimp.com> References: <201510220132.t9M1WBW9087666@repo.freebsd.org> <20151021214550.70b25f13@kan> To: Alexander Kabaev X-Mailer: Apple Mail (2.2104) 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, 22 Oct 2015 02:46:16 -0000 --Apple-Mail=_84FA71B8-955D-4F11-88D9-166CDDE6FAA0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Oct 21, 2015, at 7:45 PM, Alexander Kabaev = wrote: >=20 > On Thu, 22 Oct 2015 01:32:11 +0000 (UTC) > Ed Maste wrote: >=20 >> Author: emaste >> Date: Thu Oct 22 01:32:11 2015 >> New Revision: 289728 >> URL: https://svnweb.freebsd.org/changeset/base/289728 >>=20 >> Log: >> Warn that NOCLEAN is deprecated - use NO_CLEAN instead >>=20 >> NO_CLEAN has been the correct spelling for over a decade. >>=20 >> Modified: >> head/Makefile.inc1 >>=20 >> Modified: head/Makefile.inc1 >> = =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.inc1 Thu Oct 22 01:04:31 2015 >> (r289727) +++ head/Makefile.inc1 Thu Oct 22 01:32:11 >> 2015 (r289728) @@ -128,6 +128,7 @@ SUBDIR+=3Detc >> .endif # !empty(SUBDIR_OVERRIDE) >>=20 >> .if defined(NOCLEAN) >> +.warning NOCLEAN option is deprecated. Use NO_CLEAN instead. >> NO_CLEAN=3D ${NOCLEAN} >> .endif >> .if defined(NO_CLEANDIR) >=20 >=20 > For some definition of 'correct'. It definitely is not for those who > have -DNOCLEAN wired into their finger memory and above mentioned > decade did not help with that any. >=20 > I think some of the common spellings were left as is in great NO_ > revolution for a reason and I see no reason why the sudden itch to > change that. There=E2=80=99s no sudden itch. We=E2=80=99ve been scratching at the = NO_ irritants in the tree regularly for years, and more regularly in the past year. I eliminated a boatload of them 9 months ago. More will go away. Warner --Apple-Mail=_84FA71B8-955D-4F11-88D9-166CDDE6FAA0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJWKE3wAAoJEGwc0Sh9sBEAci8QAN7AFfFce84BmMbrBZ2dV+hH hUuOjT9dZIMeMUZT2EtSXY0VDsSmMnfvr3cwY6ATS9HcqiveXI8ooFm+Iv/Th/Kl OQE1Aq02OQTdd8qyTe1JQVjWOPCM1DMtGSozpucaBG++2Dc2jOWuIAYt1jzd1hHN 1DtNJmaSWLYkO2Xx+C8RqewWEPw7DvpbINtEBXRX60FL1k+aUQ+WX2tqI6ME50vt OwMaikqu3TVmletoEqE0B0EZyZ2+CxxoZE/jLo7OiDaeP2HqvD+sGHggIiqa96U9 scnwx9oaV6NdlMgF1rupYxshu5Y3oL0OtB3gqVNPueYKh5EU+iTEdM1f9SlexaKJ MQWlqBcYmXdyIdkyVW8I2YEs3XX8DcOGZDA/dll9JSkAlF3Sf/6GWzWP99qesefO G86M9gEbmtcKaNyo6S4RosIcfOpF/VtCiA069OjRgkQqqtUOYUXEK9MATJGBn8Y6 tpErMup2CIsMFOwJtdV97dw+rvqBCGxE5t6ZRpws1xoLZoIIr4rvyoEspeu9IQNi qd1iDgyTJRiauIXEhG2B+OdKpF/bwO2T8X8CVN7xLppmwrZxEYsivuJ5KSa3ytIb q0E3eCcMMkg6latFmi5QAFvnZ8+13wA39q1t2z4zQ2TrfALdQ4MSYZxwHnxGd9tB OAv5witMlpccZdGsL+HU =PKFD -----END PGP SIGNATURE----- --Apple-Mail=_84FA71B8-955D-4F11-88D9-166CDDE6FAA0--