]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools: Fixed the pcd value override issue.
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 28 Feb 2018 05:59:18 +0000 (13:59 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 28 Feb 2018 08:45:31 +0000 (16:45 +0800)
commit06140766c13fb9288a922990ffde77fca93fc71d
tree7b9a7afa6192dfb260456ff00a92f23b77893c06
parenta68749f39a2e04ef68e5656b7b72fca25a2e23dc
BaseTools: Fixed the pcd value override issue.

1. the issue in the overriding value from command line.
2. dec fully value < dec field assign value <
   dsc fully value < dsc field assign value

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/AutoGen/GenMake.py
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/DecBuildData.py
BaseTools/Source/Python/Workspace/DscBuildData.py