]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Move Build Cache related function out of CreateAsBuiltInf
authorBob Feng <bob.c.feng@intel.com>
Mon, 24 Jun 2019 01:51:44 +0000 (09:51 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 25 Jun 2019 01:23:57 +0000 (09:23 +0800)
commitb8ac0b7f284790c15af0e7bec08df43f8257f368
treeefa484d1cd1e525717c2dc16c32c3a815b40763b
parentdc174cd9e5de5171a5c7729e765b3af8b9e347fd
BaseTools: Move Build Cache related function out of CreateAsBuiltInf

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1932
There are two functions in current CreateAsBuiltInf, Copy Binary files
to build cache folder and create asbuild inf file.

This patch is to separate UpdateBuildCache and CreateAsBuiltInf into
two functions.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Steven Shi <steven.shi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Christian Rodriguez <christian.rodriguez@intel.com>
Reviewed-by: Steven Shi <steven.shi@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/build/build.py