From: Nicolas Thill Date: Sat, 13 Aug 2005 14:11:30 +0000 (+0000) Subject: remove bin installed in staging_dir on cleaning X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=04cb7662450aabb2290f8628296a5f0e5f88caa6;p=15.05%2Fopenwrt.git remove bin installed in staging_dir on cleaning git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1628 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile index b4c1a21ee0..c08bd1a55d 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)