projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
clean up tsc sched patch
[openwrt.git]
/
target
/
utils
/
Makefile
diff --git
a/target/utils/Makefile
b/target/utils/Makefile
index
b4c1a21
..
c08bd1a
100644
(file)
--- a/
target/utils/Makefile
+++ b/
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)
This page took
0.020754 seconds
and
4
git commands to generate.