From d0acc87a41d9aa25fe87eb096efa62afacd1f865 Mon Sep 17 00:00:00 2001
From: lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Date: Wed, 7 Dec 2011 06:19:28 +0000
Subject: Sync BaseTool trunk (version r2460) into EDKII BaseTools.  The change
 mainly includes:   1. Support use expression as DSC file PCD value.   2.
 Update FDF parser to fix bug to get complete macro value.   3. Fix bug to
 replace SET statement macro and evaluate SET statement PCD value in FDF file.
   4. Fix a bug for MACRO defined in conditional block cannot be processed
 correctly

Signed-off-by: lgao4
Reviewed-by: gikidy


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12827 6f19259b-4bc3-4df7-8a09-765794883524
---
 BaseTools/Source/Python/build/build.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'BaseTools/Source/Python/build')

diff --git a/BaseTools/Source/Python/build/build.py b/BaseTools/Source/Python/build/build.py
index 0319103138..4abf611a0e 100644
--- a/BaseTools/Source/Python/build/build.py
+++ b/BaseTools/Source/Python/build/build.py
@@ -750,7 +750,7 @@ class Build():
         EdkLogger.info('%-16s = %s' % ("Build target", ' '.join(self.BuildTargetList)))
         EdkLogger.info('%-16s = %s' % ("Toolchain", ' '.join(self.ToolChainList)))
 
-        #EdkLogger.info('\n%-24s = %s' % ("Active Platform", self.PlatformFile))
+        EdkLogger.info('\n%-16s = %s' % ("Active Platform", self.PlatformFile))
         if self.ModuleFile:
             EdkLogger.info('%-16s = %s' % ("Active Module", self.ModuleFile))
 
@@ -1856,8 +1856,7 @@ def Main():
                     ExtraData="\n(Please send email to edk2-buildtools-devel@lists.sourceforge.net for help, attaching following call stack trace!)\n",
                     RaiseError=False
                     )
-        if Option != None and Option.debug != None:
-            EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
+        EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
         ReturnCode = CODE_ERROR
     finally:
         Utils.Progressor.Abort()
-- 
cgit v1.2.3