projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
another batch of V= stuff
[openwrt.git]
/
target
/
linux
/
package
/
openwrt
/
Makefile
diff --git
a/target/linux/package/openwrt/Makefile
b/target/linux/package/openwrt/Makefile
index
d1f8673
..
72c8704
100644
(file)
--- a/
target/linux/package/openwrt/Makefile
+++ b/
target/linux/package/openwrt/Makefile
@@
-42,9
+42,12
@@
$(IPKG_OPENWRT): $(IDIR_OPENWRT)
$(RSTRIP) $(IDIR_OPENWRT)
$(IPKG_BUILD) $(IDIR_OPENWRT) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_OPENWRT)
$(IPKG_BUILD) $(IDIR_OPENWRT) $(PACKAGE_DIR)
-install: compile
+install-targets: compile openwrt-install
+
+openwrt-install:
$(IPKG) install $(IPKG_OPENWRT)
$(IPKG) install $(IPKG_OPENWRT)
-compile: install-dev $(IPKG_OPENWRT)
+
+compile-targets: install-dev $(IPKG_OPENWRT)
install-dev:
mkdir -p $(STAGING_DIR)/usr/include
cp -fpR ./include/[a-z]* $(STAGING_DIR)/usr/include/
install-dev:
mkdir -p $(STAGING_DIR)/usr/include
cp -fpR ./include/[a-z]* $(STAGING_DIR)/usr/include/
This page took
0.020884 seconds
and
4
git commands to generate.