]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the bug to collect source files per build rule family
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 13 Nov 2017 07:24:17 +0000 (15:24 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 20 Nov 2017 03:21:56 +0000 (11:21 +0800)
commite259779974ea7e109ee75b9b853f73bd0f66a4b3
tree2ea44df3790f9e8e9b8d61e352d37015c6e8a51a
parent7a96634889c925b8cc83d90b8791a08354efd56b
BaseTools: Fix the bug to collect source files per build rule family

when collect source files list we should also consider build rule
family. BuildRuleFamily may be set to the different one. It will
impact BuildRule and source files in INF file.

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=780
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