]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools: Improve build performance of structure PCD value generation
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 28 Feb 2018 05:59:19 +0000 (13:59 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 28 Feb 2018 08:45:55 +0000 (16:45 +0800)
commit0a57a9782bef8ee11d8de937c149eb7ff22647c9
tree5d74eb018b42973707e7dfb827d8de139875abf0
parent06140766c13fb9288a922990ffde77fca93fc71d
BaseTools: Improve build performance of structure PCD value generation

Add cache for building PcdValueInit.c. If PcdValueInit.c is not changed,
it will not be regenerated.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/GenFds.py
BaseTools/Source/Python/Workspace/DecBuildData.py
BaseTools/Source/Python/Workspace/DscBuildData.py