mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289728
@ -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