]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fixed BuildOptions bug.
authorYingke Liu <yingke.d.liu@intel.com>
Thu, 2 Jul 2015 03:42:34 +0000 (03:42 +0000)
committeryingke <yingke@Edk2>
Thu, 2 Jul 2015 03:42:34 +0000 (03:42 +0000)
commit5015bee226c293c32c9ef2cc7669826edb5a0aed
tree83ed49ec35053cd5b04e37c82733788f5417dc40
parentc587fd3eddce6532b3b71bf80a9cf0d70b7f45e7
BaseTools: Fixed BuildOptions bug.

The BuildOptions in an INF should also follow override rule: If '==' is used, all previous options are overridden.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yingke Liu <yingke.d.liu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17796 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/Workspace/WorkspaceDatabase.py