Skip to content
Snippets Groups Projects
Commit b3742ec5 authored by nico's avatar nico
Browse files

remove bin installed in staging_dir on cleaning

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1628 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 57ad179c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment