From: Felix Fietkau Date: Mon, 6 Apr 2009 09:56:06 +0000 (+0000) Subject: add a default template for Host/Install X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35073025b49729e1ec78c2006f9c7eaaeb854a0c;p=librecmc%2Flibrecmc.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))