projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make the kernel compile process more generic
[openwrt.git]
/
openwrt
/
target
/
utils
/
Makefile
diff --git
a/openwrt/target/utils/Makefile
b/openwrt/target/utils/Makefile
index
2a91cbb
..
9762881
100644
(file)
--- a/
openwrt/target/utils/Makefile
+++ b/
openwrt/target/utils/Makefile
@@
-12,9
+12,9
@@
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
prepare: $(UTILS_BUILD_DIR)
compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS))
-install: compile
mkdir -p $(STAGING_DIR)/bin
cp -a $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
+install: compile
package:
clean:
rm -rf $(UTILS_BUILD_DIR)
This page took
0.019614 seconds
and
4
git commands to generate.