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