aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-13 14:11:30 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-13 14:11:30 +0000
commit04cb7662450aabb2290f8628296a5f0e5f88caa6 (patch)
treec354c503e755f56e15eebdcb1c56eca3a908f7c8
parente515538141e320be8209d87360d176337286cd7b (diff)
downloadupstream-04cb7662450aabb2290f8628296a5f0e5f88caa6.tar.gz
upstream-04cb7662450aabb2290f8628296a5f0e5f88caa6.tar.bz2
upstream-04cb7662450aabb2290f8628296a5f0e5f88caa6.zip
remove bin installed in staging_dir on cleaning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1628 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/target/utils/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile
index b4c1a21ee04..c08bd1a55dc 100644
--- a/openwrt/target/utils/Makefile
+++ b/openwrt/target/utils/Makefile
@@ -12,6 +12,9 @@ install: compile
package:
clean:
rm -rf $(UTILS_BUILD_DIR)
+ for f in $(TARGETS); do \
+ rm -f $(STAGING_DIR)/bin/$$f ; \
+ done
$(UTILS_BUILD_DIR):
mkdir -p $(UTILS_BUILD_DIR)