projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ebc776
)
add a default template for Host/Install
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Apr 2009 09:56:06 +0000
(09:56 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Apr 2009 09:56:06 +0000
(09:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15110
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index
39de66b
..
ffba12b
100644
(file)
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@
-78,6
+78,15
@@
define Host/Compile
$(call Host/Compile/Default)
endef
+define Host/Install/Default
+ $(MAKE) -C $(HOST_BUILD_DIR) install
+endef
+
+define Host/Install
+ $(call Host/Install/Default)
+endef
+
+
ifneq ($(if $(HOST_QUILT),,$(CONFIG_AUTOREBUILD)),)
define HostHost/Autoclean
$(call rdep,${CURDIR} $(PKG_FILE_DEPEND),$(HOST_STAMP_PREPARED))
This page took
0.022213 seconds
and
4
git commands to generate.