]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: enable hash value check for single module build
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 12 Dec 2017 07:20:18 +0000 (15:20 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 13 Dec 2017 08:07:48 +0000 (16:07 +0800)
commit19bf8314dc0187e1ccde0ccbd82b876722b8319e
tree683a4c4d3cde4a18aef8b6ccbe167f4c0138a934
parent83397f95f99b0884b27764f8ed13615a500e8fd7
BaseTools: enable hash value check for single module build

This patch enables hash value check for single module build to decide
whether we can skip to build this module.

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