combine two comments

This commit is contained in:
Simon J. Gerraty 2015-06-10 19:31:10 +00:00
parent 940a3032cb
commit dccf7cedd2

View File

@ -154,13 +154,12 @@ cleandir: cleanobj
.include <bsd.subdir.mk>
.if make(destroy*) && defined(OBJROOT)
# this is much faster and more reliable than cleaning.
# this (rm -rf objdir) is much faster and more reliable than cleaning.
# just in case we are playing games with these...
_OBJDIR?= ${.OBJDIR}
_CURDIR?= ${.CURDIR}
# destroy (rm -rf objdir) is much more efficient than clean
# destroy almost everything
destroy: destroy-all
destroy-all: