Skip to content

Commit

Permalink
clean up / fix various Host/Clean templates in tools/
Browse files Browse the repository at this point in the history
SVN-Revision: 15714
  • Loading branch information
Felix Fietkau committed May 8, 2009
1 parent 5bc30de commit e53003f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tools/autoconf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ define Host/Install
endef

define Host/Clean
export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall
-export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)
endef

Expand Down
3 changes: 1 addition & 2 deletions tools/automake/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ define Host/Install
endef

define Host/Clean
$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(MAKE) -C $(HOST_BUILD_DIR) clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)
endef

Expand Down
3 changes: 1 addition & 2 deletions tools/bison/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ define Host/Install
endef

define Host/Clean
$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(MAKE) -C $(HOST_BUILD_DIR) clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)
endef

Expand Down
1 change: 0 additions & 1 deletion tools/ccache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)

define Host/Clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
-$(MAKE) -C $(HOST_BUILD_DIR) clean
$(call Host/Clean/Default)
endef
else
Expand Down
3 changes: 1 addition & 2 deletions tools/m4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ define Host/Install
endef

define Host/Clean
$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(MAKE) -C $(HOST_BUILD_DIR) clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)
endef

Expand Down
3 changes: 1 addition & 2 deletions tools/pkg-config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ define Host/Install
endef

define Host/Clean
$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(MAKE) -C $(HOST_BUILD_DIR) clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)
endef

Expand Down

0 comments on commit e53003f

Please sign in to comment.