build: ensure that package/host-build build system code does not run in parallel, fixes rare spurious parallel build failures

SVN-Revision: 33445
This commit is contained in:
Felix Fietkau 2012-09-17 11:17:26 +00:00
parent d6c5846513
commit b086475e1e
2 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,8 @@ define Host/Exports/Default
endef
Host/Exports=$(Host/Exports/Default)
.NOTPARALLEL:
ifndef DUMP
define HostBuild
$(if $(HOST_QUILT),$(Host/Quilt))

View File

@ -248,6 +248,8 @@ Build/Install=$(if $(PKG_INSTALL),$(call Build/Install/Default,))
Build/Dist=$(call Build/Dist/Default,)
Build/DistCheck=$(call Build/DistCheck/Default,)
.NOTPARALLEL:
$(PACKAGE_DIR):
mkdir -p $@