From 09a29e83246732f63ec575f449fb75cf98d81f15 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 26 Oct 2019 08:45:57 +0800 Subject: [PATCH] build: call Host/Uninstall before wiping the host build dir --- include/host-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/host-build.mk b/include/host-build.mk index 827ea6bbfb..cc41631d52 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -190,11 +190,11 @@ ifndef DUMP host-install: host-compile host-clean-build: FORCE + $(call Host/Uninstall) rm -rf $(HOST_BUILD_DIR) $(HOST_STAMP_BUILT) host-clean: host-clean-build $(call Host/Clean) - $(call Host/Uninstall) rm -rf $(HOST_STAMP_INSTALLED) ifneq ($(CONFIG_AUTOREMOVE),)