Re: [edk2] [Patch] BaseTools: Fixed BuildOptions bug.

2015-07-01 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Yingke Liu [mailto:yingke.d@intel.com] Sent: Wednesday, July 1, 2015 3:02 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] BaseTools: Fixed BuildOptions bug. The BuildOptions in an INF should also follow override rule

[edk2] [Patch] BaseTools: Fixed BuildOptions bug.

2015-07-01 Thread Yingke Liu
The BuildOptions in an INF should also follow override rule: If '==' is used, all other options with '=' are overridden. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yingke Liu --- BaseTools/Source/Python/AutoGen/AutoGen.py | 14 -- .../Source/Pyt