mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
combine two comments
This commit is contained in:
parent
940a3032cb
commit
dccf7cedd2
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue