]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/build.py
This patch is going to:
authorHess Chen <hesheng.chen@intel.com>
Wed, 20 Aug 2014 07:41:38 +0000 (07:41 +0000)
committerhchen30 <hchen30@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Aug 2014 07:41:38 +0000 (07:41 +0000)
commitdf0cee8d8ce6fefc7b38ac238479300bb3051298
tree0c7b0069f9c276f9226366f004dcf11b22c45926
parent0a13a624136bf2b278851316d8eae23611d93ad2
This patch is going to:
1. Fix a bug in GenFds for wrongly handling '"' of command line parameter.
2. Provide different input parameter mode for different OS. For Linux, using a list. For Windows, using a string.
3. Remove 3 un-existing function calling.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15847 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/GenFds/GenFds.py
BaseTools/Source/Python/build/build.py