]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Not cache the .efi file location into build option
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 6 Dec 2017 09:36:56 +0000 (17:36 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 13 Dec 2017 08:05:53 +0000 (16:05 +0800)
commit5381ff634203a087fdba81b17c34e3d9b637b406
tree36ef7b4ebbb0e760c959478c07e88ae1de6afeeb
parent0385efa00bc32bc60bbd023ba301022615cf215b
BaseTools: Not cache the .efi file location into build option

We don't need cache the .efi file location into build option, otherwise
when we change the --binary-destination location, it would cause the
hash value is different.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py