build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets
Using a single host package staging dir (and build dir) significantly speeds up
builds when multiple targets are built in succession, especially for large host
packages like NodeJS.
$(STAGING_DIR)/host is kept in addition to $(STAGING_DIR_HOSTPKG) in most
places; it is still used as destination for host files in Build/InstallDev.
Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
Showing
- Makefile 1 addition, 1 deletionMakefile
- include/autotools.mk 1 addition, 1 deletioninclude/autotools.mk
- include/cmake.mk 1 addition, 1 deletioninclude/cmake.mk
- include/host-build.mk 1 addition, 1 deletioninclude/host-build.mk
- include/package.mk 1 addition, 1 deletioninclude/package.mk
- rules.mk 5 additions, 5 deletionsrules.mk
Loading
Please register or sign in to comment