From: nbd Date: Mon, 6 Apr 2009 09:56:06 +0000 (+0000) Subject: add a default template for Host/Install X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/0b6f907a912b8551e007eb85f24c87f6000edafa add a default template for Host/Install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15110 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/host-build.mk b/include/host-build.mk index 39de66bb9..ffba12b51 100644 --- 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))