]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Create ".cache" folder when initialize Build object
authorFeng, Bob C <bob.c.feng@intel.com>
Fri, 19 Jul 2019 01:10:28 +0000 (09:10 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 22 Jul 2019 01:21:14 +0000 (09:21 +0800)
commit5f89bcc4604ea9e439039d873e34a8c06b47c707
tree02013332909ab9d94b61dce562043b90575f9cf9
parent8ff68cd5e4c91c97f36ac0f44d9f2b4ea12b5e0d
BaseTools: Create ".cache" folder when initialize Build object

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

Create "Conf/.cache" folder as early as possible
so that the later code do need to check
if it exits and then create it.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/build/build.py