]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fixed build clean regression issue
authorFeng, Bob C <bob.c.feng@intel.com>
Mon, 9 Sep 2019 01:12:28 +0000 (09:12 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 10 Sep 2019 00:39:17 +0000 (08:39 +0800)
commit53e2eaba7a19cda3183b1bb2a2619a2494538e52
tree61277a75a2c7f19b903508c61e8fa76ccbd8fbf6
parentcbe7543ebbf9bb3e8531a2235ff205713b569605
BaseTools: Fixed build clean regression issue

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2166

file_lock and cache_lock are used as global data,
so move file_lock and cache_lock initialization in Build
object __init__ function.

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/build/build.py