From f6e159c6fc4caf7771b0a3c0d7dfd6679be4c1be Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 13 Dec 2019 14:48:44 +0000 Subject: [PATCH] revert r355609 --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index d7c98f8329f..dfed06a2691 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -458,7 +458,8 @@ SUBDIR+=etc .endif # !empty(SUBDIR_OVERRIDE) .if defined(NOCLEAN) -.error NOCLEAN option is deprecated. Use NO_CLEAN instead. +.warning NOCLEAN option is deprecated. Use NO_CLEAN instead. +NO_CLEAN= ${NOCLEAN} .endif .if defined(NO_CLEANDIR) CLEANDIR= clean cleandepend