]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix a bug to use module's Name attribute as compare
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 9 Oct 2017 07:59:45 +0000 (15:59 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 10 Oct 2017 02:32:07 +0000 (10:32 +0800)
commitfbe538450fb5327110f3b01d038e356e590dd93a
treed97af4507895eff69f1b01bd822084bda280a384
parentc9b094f61029efff45c8d555d3eff6b061f77b8a
BaseTools: Fix a bug to use module's Name attribute as compare

Fix a bug to use module's Name attribute as compare for single module
build. ModuleFile.File can't be used to compare INF file, because it
is the relative path.

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