projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e515538
)
remove bin installed in staging_dir on cleaning
author
Nicolas Thill
<nico@openwrt.org>
Sat, 13 Aug 2005 14:11:30 +0000
(14:11 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 13 Aug 2005 14:11:30 +0000
(14:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1628
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/target/utils/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/utils/Makefile
b/openwrt/target/utils/Makefile
index
b4c1a21
..
c08bd1a
100644
(file)
--- 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)