Accept the old user interface for NO_CLEAN as it is a POLA violation as

we've eventually changed the user interface of a common command.
This commit is contained in:
obrien 2005-02-28 09:23:38 +00:00
parent 9ae0f9dca5
commit db4f495fe9
2 changed files with 3 additions and 1 deletions

View File

@ -77,6 +77,9 @@ SUBDIR+= ${_DIR}
SUBDIR= ${SUBDIR_OVERRIDE}
.endif
.if defined(NOCLEAN)
NO_CLEAN= ${NOCLEAN}
.endif
.if defined(NO_CLEANDIR)
CLEANDIR= clean cleandepend
.else

View File

@ -3,7 +3,6 @@
.if !defined(BURN_BRIDGES)
.for oldnew in \
NOATM:NO_ATM \
NOCLEAN:NO_CLEAN \
NOCLEANDIR:NO_CLEANDIR \
NOCRYPT:NO_CRYPT \
NODOCCOMPRESS:NO_DOCCOMPRESS \