aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-01-10 10:39:21 +0100
committerDamjan Marion <dmarion.lists@gmail.com>2017-01-10 09:40:45 +0000
commit6bbf83a01b813b3d50b27ab9001d25cae5c4592a (patch)
tree0d7c64c55966b1f32ad166768aa5eedff7fbe4fb /build-root/Makefile
parent842b9c59cc21b3e2917aaa25069fb15addf976f1 (diff)
Revert "vppctl: bash completion for vppctl commands"
This patch is causing build failures This reverts commit d995c757f05f78aa759b0a65c0a7e38088e690a9. Change-Id: I0c8d5a4208135d77aaa3a6a470d26140f7b74733 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root/Makefile')
-rw-r--r--build-root/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-root/Makefile b/build-root/Makefile
index 9fe03d66..6e26e90e 100644
--- a/build-root/Makefile
+++ b/build-root/Makefile
@@ -1141,8 +1141,7 @@ package_wipe_script = \
@message=$(if $(is_build_tool),"Wiping build $(PACKAGE)","Wiping build/install $(PACKAGE)") ; \
$(call build_msg_fn,$$message) ; \
$(BUILD_ENV) ; \
- rm -rf $(if $(is_build_tool),$(PACKAGE_BUILD_DIR),$(PACKAGE_INSTALL_DIR) $(PACKAGE_BUILD_DIR)); \
- rm -f $(MU_BUILD_ROOT_DIR)/docs/siphon_docs/clicmd.itemlist
+ rm -rf $(if $(is_build_tool),$(PACKAGE_BUILD_DIR),$(PACKAGE_INSTALL_DIR) $(PACKAGE_BUILD_DIR))
.PHONY: %-wipe
%-wipe: