From: Felix Fietkau Date: Mon, 6 Apr 2009 09:56:06 +0000 (+0000) Subject: add a default template for Host/Install X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=699f3ab41ea2eebd0077ad0502f0532b7e05c0dc;p=openwrt%2Fsvn-archive%2Farchive.git add a default template for Host/Install SVN-Revision: 15110 --- diff --git a/include/host-build.mk b/include/host-build.mk index 39de66bb9f..ffba12b51d 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))