1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 02:34:06 +02:00

remove bin installed in staging_dir on cleaning

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1628 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-08-13 14:11:30 +00:00
parent 57ad179cb5
commit b3742ec5bc

View File

@ -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)