Skip to content
Snippets Groups Projects
Commit 02330a65 authored by Andre Heider's avatar Andre Heider Committed by John Crispin
Browse files

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


Uninstall targets may depend on build artefacts, like `make uninstall`
or `ninja uninstall`.

Signed-off-by: default avatarAndre Heider <a.heider@gmail.com>
parent 53e6cc7a
No related branches found
No related tags found
No related merge requests found
......@@ -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),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment