projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup; replace .PHONY with FORCE; disable gdb by default
[openwrt.git]
/
toolchain
/
utils
/
Makefile
diff --git
a/toolchain/utils/Makefile
b/toolchain/utils/Makefile
index
2af6b13
..
65e488f
100644
(file)
--- a/
toolchain/utils/Makefile
+++ b/
toolchain/utils/Makefile
@@
-14,7
+14,7
@@
install: compile
mkdir -p $(STAGING_DIR)/bin
$(CP) $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
package:
-clean:
+clean:
FORCE
rm -rf $(UTILS_BUILD_DIR)
$(UTILS_BUILD_DIR):
This page took
0.020886 seconds
and
4
git commands to generate.