]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix a bug to correct SourceFileList
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 15 Sep 2017 08:14:17 +0000 (16:14 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 19 Sep 2017 07:27:50 +0000 (15:27 +0800)
commita3a4737051010a94832f7bceaa1fa414d7259da0
tree80889aa3740e634dc457e1846f94054c563b8e32
parent880ec68338541b63672ea521c0dffee181df8ede
BaseTools: Fix a bug to correct SourceFileList

We met a case that use two microcode files in the Microcode.inf file,
one is .mcb file, another is .txt file. then it cause build failure
because the SourceFileList include the .txt file's output file, while
this output file is still not be generated, so it cause
GetFileDependency report failure.

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