Warn that NOCLEAN is deprecated - use NO_CLEAN instead

NO_CLEAN has been the correct spelling for over a decade.
This commit is contained in:
Ed Maste 2015-10-22 01:32:11 +00:00
parent b180eb215d
commit 8f9403e952

View File

@ -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)