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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321426

View File

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