cleanobj: Unhide removal of directory.

MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-07-24 17:53:45 +00:00
parent 31ed01a2de
commit 2ae976822c

View File

@ -159,7 +159,7 @@ whereobj:
.if ${CANONICALOBJDIR} != ${.CURDIR} && exists(${CANONICALOBJDIR}/)
cleanobj:
@-rm -rf ${CANONICALOBJDIR}
-rm -rf ${CANONICALOBJDIR}
.else
cleanobj: clean cleandepend
.endif