]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Fix the bug to re-build uni file for Library
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 13 Nov 2017 02:50:49 +0000 (10:50 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 14 Nov 2017 08:23:07 +0000 (16:23 +0800)
The root cause is Module's self.CanSkip() is before LibraryAutoGen,
then when a uni file of library is changed, Module's self.CanSkip() is
still true which cause the library is not regenerated.
This patch change Module's self.CanSkip() after LibraryAutoGen.

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

No differences found