From b0db667602d22b05bdd81779d10007098131bfc9 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 24 Feb 2016 17:20:25 +0000 Subject: [PATCH] DIRDEPS_BUILD: Allow 'make destroy*' to work from top-level. Sponsored by: EMC / Isilon Storage Division --- targets/Makefile.xtras | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/Makefile.xtras b/targets/Makefile.xtras index 57a04532812..df68e99e9ca 100644 --- a/targets/Makefile.xtras +++ b/targets/Makefile.xtras @@ -51,6 +51,7 @@ show-help: not-valid-target: @echo "ERROR: '${_TARGETS}' is not a valid target for ${MACHINE}." +.include .for t in ${_TARGETS:Nlove} .if !target($t)