aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 13:00:30 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 13:00:30 +0000
commit1992d1fcbfe0c9af04618faff0593d41924c16d6 (patch)
treef4e652c161de4b02c34416cff43f59a96607c27a /toolchain/binutils
parent78c027e7cc93b2794950a4d5be087c0021b65824 (diff)
downloadupstream-1992d1fcbfe0c9af04618faff0593d41924c16d6.tar.gz
upstream-1992d1fcbfe0c9af04618faff0593d41924c16d6.tar.bz2
upstream-1992d1fcbfe0c9af04618faff0593d41924c16d6.zip
demistifying make *clean targets, fix some clean targets issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@272 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/binutils.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk
index ef9c3dc0a2..3097a4bf21 100644
--- a/toolchain/binutils/binutils.mk
+++ b/toolchain/binutils/binutils.mk
@@ -79,7 +79,7 @@ binutils-clean:
rm -f $(STAGING_DIR)/bin/$(REAL_GNU_TARGET_NAME)*
-$(MAKE) -C $(BINUTILS_DIR1) clean
-binutils-dirclean:
+binutils-toolclean:
rm -rf $(BINUTILS_DIR1)
@@ -130,5 +130,5 @@ binutils_target-clean:
rm -f $(TARGET_DIR)/bin/$(REAL_GNU_TARGET_NAME)*
-$(MAKE) -C $(BINUTILS_DIR2) clean
-binutils_target-dirclean:
+binutils_target-toolclean:
rm -rf $(BINUTILS_DIR2)