audk/BaseTools/Source
Yonghong Zhu 36513f3a6b BaseTools: Fix the bug to re-build uni file for Library
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>
2017-11-14 16:23:07 +08:00
..
C BaseTools/VfrCompile: Add check to avoid using NULL pointer 2017-11-03 12:39:45 +08:00
Python BaseTools: Fix the bug to re-build uni file for Library 2017-11-14 16:23:07 +08:00
BinaryFiles.txt BaseTools: update BinaryFiles.txt file to add Pkcs7Sign Tool 2016-08-23 07:58:07 +08:00