mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 14:44:44 +02:00
build: ensure that package/host-build build system code does not run in parallel, fixes rare spurious parallel build failures
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33445 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1470e3d58c
commit
55c1daea2c
@ -136,6 +136,8 @@ define Host/Exports/Default
|
|||||||
endef
|
endef
|
||||||
Host/Exports=$(Host/Exports/Default)
|
Host/Exports=$(Host/Exports/Default)
|
||||||
|
|
||||||
|
.NOTPARALLEL:
|
||||||
|
|
||||||
ifndef DUMP
|
ifndef DUMP
|
||||||
define HostBuild
|
define HostBuild
|
||||||
$(if $(HOST_QUILT),$(Host/Quilt))
|
$(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/Dist=$(call Build/Dist/Default,)
|
||||||
Build/DistCheck=$(call Build/DistCheck/Default,)
|
Build/DistCheck=$(call Build/DistCheck/Default,)
|
||||||
|
|
||||||
|
.NOTPARALLEL:
|
||||||
|
|
||||||
$(PACKAGE_DIR):
|
$(PACKAGE_DIR):
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user