projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add patch from #196
[openwrt.git]
/
openwrt
/
toolchain
/
utils
/
Makefile
diff --git
a/openwrt/toolchain/utils/Makefile
b/openwrt/toolchain/utils/Makefile
index
b5dae73
..
2af6b13
100644
(file)
--- a/
openwrt/toolchain/utils/Makefile
+++ b/
openwrt/toolchain/utils/Makefile
@@
-12,7
+12,7
@@
prepare: $(UTILS_BUILD_DIR)
compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS))
install: compile
mkdir -p $(STAGING_DIR)/bin
compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS))
install: compile
mkdir -p $(STAGING_DIR)/bin
-
cp -a
$(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
+
$(CP)
$(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
package:
clean:
rm -rf $(UTILS_BUILD_DIR)
package:
clean:
rm -rf $(UTILS_BUILD_DIR)
This page took
0.029807 seconds
and
4
git commands to generate.