Date: Wed, 21 Oct 2015 18:59:30 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Alexander Kabaev <kabaev@gmail.com>, Ed Maste <emaste@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r289728 - head Message-ID: <56284302.8030104@FreeBSD.org> In-Reply-To: <20151021214550.70b25f13@kan> References: <201510220132.t9M1WBW9087666@repo.freebsd.org> <20151021214550.70b25f13@kan>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --kfgpee45XuL8FLa0BAhNhO1ko6hbCHnje Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 10/21/2015 6:45 PM, Alexander Kabaev wrote: > On Thu, 22 Oct 2015 01:32:11 +0000 (UTC) > Ed Maste <emaste@FreeBSD.org> wrote: >=20 >> Author: emaste >> Date: Thu Oct 22 01:32:11 2015 >> New Revision: 289728 >> URL: https://svnweb.freebsd.org/changeset/base/289728 >> >> Log: >> Warn that NOCLEAN is deprecated - use NO_CLEAN instead >> =20 >> NO_CLEAN has been the correct spelling for over a decade. >> >> Modified: >> head/Makefile.inc1 >> >> 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_<foo> > revolution for a reason and I see no reason why the sudden itch to > change that. >=20 I almost argued against this before it went in but I felt I had outspent my negative credits for the week on gdb->lldb and login(1) and stayed out of it. I've always been confused on the "correct" spelling and usually go open the file to see which is supported. I do see both being suggested often though and see that at work our build configuration does use -DNOCLEAN too (not my change). This is something that doesn't seem worth hassling people over. --=20 Regards, Bryan Drewery --kfgpee45XuL8FLa0BAhNhO1ko6hbCHnje 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 iQEcBAEBAgAGBQJWKEMCAAoJEDXXcbtuRpfPhSMIAKfoSGrD9JsdL1Kx0Axo1hBk K9BEEPcAcY5dsIHM/tirUVuSYS7iiMkTis3TQ1LAdgyT264CRg8Oczdx/wZ/TjJy ZiG9cKVCnYwJ98fOD/pLyJisp1b2hkApez2RnhRQRC42jcdunfUtOb8DYGDMWvif NtwgiA9o1oFCk9k/hTkPEQDcdP8tGcoMbGDcczuh/EnRCyCjTj7iSVs3KUAC6Pwx YqyxZTEhNsm/eZbTWtzPX772vF9mPe52PHcjhNcMcXAYUh1jrZwAU6s3pv8ILZGh CEELpehqoWnqOfR36rFc/6880AOKEPyKwBHoxwpep+G0Toi/BkelqZt0VGPzbhk= =QN/k -----END PGP SIGNATURE----- --kfgpee45XuL8FLa0BAhNhO1ko6hbCHnje--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56284302.8030104>