From 3a634ee7bdf56b6d54c71f136aa64025c6a444bd Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 22 Oct 2015 01:32:11 +0000 Subject: [PATCH] Warn that NOCLEAN is deprecated - use NO_CLEAN instead NO_CLEAN has been the correct spelling for over a decade. --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 8594f43f58f..56297372224 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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) -- 2.11.4.GIT