Skip to content

Commit

Permalink
host tools: fix some clean rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Apr 12, 2024
1 parent 3095784 commit 797801f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion make/host-tools/autoconf-host/autoconf-host.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $(pkg)-precompiled: $($(PKG)_DIR)/.installed


$(pkg)-clean:
-$(MAKE) -C $(AUTOCONF_HOST_DIR) uninstall
-$(MAKE) -C $(AUTOCONF_HOST_DIR) clean
-$(RM) $(AUTOCONF_HOST_DIR)/.{configured,compiled,installed,fixhardcoded}

$(pkg)-dirclean:
Expand Down
2 changes: 1 addition & 1 deletion make/host-tools/automake-host/automake-host.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(pkg)-precompiled: $($(PKG)_LINKS_TARGET_DIR)


$(pkg)-clean:
-$(MAKE) -C $(AUTOMAKE_HOST_DIR) uninstall
-$(MAKE) -C $(AUTOMAKE_HOST_DIR) clean
-$(RM) $(AUTOMAKE_HOST_DIR)/.{configured,compiled,installed,fixhardcoded}

$(pkg)-dirclean:
Expand Down
2 changes: 1 addition & 1 deletion make/host-tools/cmake-host/cmake-host.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $(pkg)-precompiled: $($(PKG)_DIR)/.installed


$(pkg)-clean:
-$(NINJA) -C $(CMAKE_HOST_DIR) uninstall
-$(NINJA) -C $(CMAKE_HOST_DIR) clean
-$(RM) $(CMAKE_HOST_DIR)/.{configured,compiled,installed}

$(pkg)-dirclean:
Expand Down
2 changes: 1 addition & 1 deletion make/host-tools/libtool-host/libtool-host.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $(pkg)-precompiled: $($(PKG)_DIR)/.installed


$(pkg)-clean:
-$(MAKE) -C $(LIBTOOL_HOST_DIR) uninstall
-$(MAKE) -C $(LIBTOOL_HOST_DIR) clean
-$(RM) $(LIBTOOL_HOST_DIR)/.{configured,compiled,installed,fixhardcoded}

$(pkg)-dirclean:
Expand Down
2 changes: 1 addition & 1 deletion make/host-tools/pkgconf-host/pkgconf-host.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $(pkg)-precompiled: $($(PKG)_DIR)/.installed $($(PKG)_WRAPPER_TARGET)


$(pkg)-clean:
-$(MAKE) -C $(PKGCONF_HOST_DIR) uninstall
-$(MAKE) -C $(PKGCONF_HOST_DIR) clean
-$(RM) $(PKGCONF_HOST_DIR)/.{configured,compiled,installed}

$(pkg)-dirclean:
Expand Down

0 comments on commit 797801f

Please sign in to comment.