Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 01:32:11 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289728 - head
Message-ID:  <201510220132.t9M1WBW9087666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  
  NO_CLEAN has been the correct spelling for over a decade.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- 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+=etc
 .endif	# !empty(SUBDIR_OVERRIDE)
 
 .if defined(NOCLEAN)
+.warning NOCLEAN option is deprecated. Use NO_CLEAN instead.
 NO_CLEAN=	${NOCLEAN}
 .endif
 .if defined(NO_CLEANDIR)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510220132.t9M1WBW9087666>