include/host-build.mk: set Host/Exports for Host/Install step
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 6 Oct 2016 01:07:05 +0000 (03:07 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 6 Oct 2016 01:07:05 +0000 (03:07 +0200)
commit8c658e15cc162c46c18dfc5b4b65be9ed03a9fb1
tree1537ddf1dbbb24ff525613c8ba1e62304aca4a61
parent69ae4b5e66322bfd10adbba08d819ecfa3889108
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