include/host-build.mk: set Host/Exports for Host/Install step
authorMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 5 Oct 2016 22:28:45 +0000 (00:28 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 5 Oct 2016 22:51:34 +0000 (00:51 +0200)
commitcb718eb34bc392bac8d91047d5bebf839fa6a2f5
tree168c93be5ddd2bb57685fa0eac4af97a06ae9829
parent4ada2fd2768cba671c3289ce9eb8f5c9c728da1f
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 <mschiffer@universe-factory.net>
include/host-build.mk