]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix incremental build bug on DynamicPcd Token Generation
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 22 May 2017 14:01:26 +0000 (22:01 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 24 May 2017 05:13:39 +0000 (13:13 +0800)
commit99adfe9f51cbe105ec12f0572571fc85762382fb
tree5560847b3a7ffd8afc625b6683c924e8cc8dac26
parent1c47fcd465a496fe1d1493f97da02cb6b07364f5
BaseTools: Fix incremental build bug on DynamicPcd Token Generation

During incremental build, we meet the bug that the different drivers use
the different token for the same DynamicPcd.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/build/build.py