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:
@@ -136,6 +136,8 @@ define Host/Exports/Default
|
||||
endef
|
||||
Host/Exports=$(Host/Exports/Default)
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
ifndef DUMP
|
||||
define HostBuild
|
||||
$(if $(HOST_QUILT),$(Host/Quilt))
|
||||
|
||||
Reference in New Issue
Block a user