build: call Host/Uninstall before wiping the host build dir

This commit is contained in:
CN_SZTL 2019-10-26 08:45:57 +08:00
parent c73de2249f
commit 09a29e8324
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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),)