From 8c658e15cc162c46c18dfc5b4b65be9ed03a9fb1 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 6 Oct 2016 03:07:05 +0200 Subject: include/host-build.mk: set Host/Exports for Host/Install step Having a different PATH in Host/Install than in other steps like Host/Build is confusing and easily leads to mistakes. Setting all of Host/Exports makes host builds match target builds (Build/Install is part of $(STAMP_BUILT), which has Build/Exports set). Signed-off-by: Matthias Schiffer --- include/host-build.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/host-build.mk b/include/host-build.mk index 688f8d8442..72b32597d4 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -172,6 +172,7 @@ ifndef DUMP $(foreach hook,$(Hooks/HostCompile/Post),$(call $(hook))$(sep)) touch $$@ + $(call Host/Exports,$(HOST_STAMP_INSTALLED)) $(HOST_STAMP_INSTALLED): $(HOST_STAMP_BUILT) $(if $(FORCE_HOST_INSTALL),FORCE) $(call Host/Install,$(HOST_BUILD_PREFIX)) $(foreach hook,$(Hooks/HostInstall/Post),$(call $(hook))$(sep)) -- cgit v1.2.3