From: nico Date: Sat, 13 Aug 2005 14:11:30 +0000 (+0000) Subject: remove bin installed in staging_dir on cleaning X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/18efc84b1b0ac3b57aa46b7faa10dbaacfc33ec0 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 b4c1a21ee..c08bd1a55 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)