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:
David E. O'Brien 2005-02-28 09:23:38 +00:00
parent 9b770d2634
commit 30d7f067a4
2 changed files with 3 additions and 1 deletions

View File

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

View File

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