Skip to content
Snippets Groups Projects
Commit b086475e authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: ensure that package/host-build build system code does not run in...

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

SVN-Revision: 33445
parent d6c58465
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,8 @@ define Host/Exports/Default
endef
Host/Exports=$(Host/Exports/Default)
.NOTPARALLEL:
ifndef DUMP
define HostBuild
$(if $(HOST_QUILT),$(Host/Quilt))
......
......@@ -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 $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment