X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/930e65e6e29f945d411efc3e4a5b57e0bf9b4522..12d07c19622225278b3386d395d3a6e9daa98173:/include/host-build.mk?ds=sidebyside diff --git a/include/host-build.mk b/include/host-build.mk index 3d1983b28..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)) @@ -128,6 +137,7 @@ ifndef DUMP compile: host-compile install: host-install clean: host-clean + update: host-update else host-compile: $(HOST_STAMP_INSTALLED) endif