X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fhost-build.mk;h=ffb68468f9972a379cee39503d27433ddf2dc02a;hb=f28eef4460135228171a8de40502885b3de347d9;hp=d96cc94fa3c6d12f6eb2cf5c95579497a314e8d5;hpb=0e22d6377569cea4ba00b81d6ec64a1582a2cea4;p=openwrt%2Fstaging%2Fyousong.git diff --git a/include/host-build.mk b/include/host-build.mk index d96cc94fa3..ffb68468f9 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -108,7 +108,7 @@ define Host/Compile endef define Host/Install/Default - $(_SINGLE)$(MAKE) -C $(HOST_BUILD_DIR) install + $(call Host/Compile/Default,install) endef define Host/Install @@ -182,6 +182,7 @@ ifndef DUMP $(_host_target)host-prepare: $(HOST_STAMP_PREPARED) $(_host_target)host-configure: $(HOST_STAMP_CONFIGURED) $(_host_target)host-compile: $(HOST_STAMP_BUILT) $(HOST_STAMP_INSTALLED) + host-install: host-compile host-clean-build: FORCE rm -rf $(HOST_BUILD_DIR) $(HOST_STAMP_BUILT)