]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
BaseTools: Fixed the bug of multi-thread genffs for override inf
authorFeng, Bob C <bob.c.feng@intel.com>
Fri, 6 Sep 2019 13:22:59 +0000 (21:22 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 11 Sep 2019 01:43:58 +0000 (09:43 +0800)
commite3c8311f8a196772bea453b832f33d34225488de
tree2f5333af18d151d3e69e545ece8215674331272f
parent000ab98574793b685e7a0f6a6e5032523d5c37c4
BaseTools: Fixed the bug of multi-thread genffs for override inf

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1302
If there is a inf override, and multi-thread genffs is enabled, build
will fail.

This patch is going to fix this bug.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Steven Shi <steven.shi@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGenWorker.py
BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
BaseTools/Source/Python/GenFds/FfsInfStatement.py
BaseTools/Source/Python/build/build.py