DIRDEPS_BUILD: Allow destroy-(arch|host|stage) from top-level.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
b0db667602
commit
76e72d4ab1
@ -29,6 +29,9 @@ no-default:
|
||||
.if make(show-valid-targets)
|
||||
OTHER_TARGETS = \
|
||||
destroy \
|
||||
destroy-arch \
|
||||
destroy-host \
|
||||
destroy-stage \
|
||||
|
||||
BUILD_TARGETS != cd ${_here} && \
|
||||
find . \( -name Makefile.depend -o -name ${.MAKE.DEPENDFILE:T} \) | \
|
||||
|
Loading…
Reference in New Issue
Block a user