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:
parent
b180eb215d
commit
8f9403e952
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user