|
From: <gi...@us...> - 2011-12-05 02:47:51
|
Revision: 2456
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2456&view=rev
Author: gikidy
Date: 2011-12-05 02:47:45 +0000 (Mon, 05 Dec 2011)
Log Message:
-----------
Print active platform information during build.
Signed-off-by: gikidy
Reviewed-by: lgao4
Modified Paths:
--------------
trunk/BaseTools/Source/Python/build/build.py
Modified: trunk/BaseTools/Source/Python/build/build.py
===================================================================
--- trunk/BaseTools/Source/Python/build/build.py 2011-12-05 01:16:52 UTC (rev 2455)
+++ trunk/BaseTools/Source/Python/build/build.py 2011-12-05 02:47:45 UTC (rev 2456)
@@ -750,7 +750,7 @@
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%-24s = %s' % ("Active Platform", self.PlatformFile))
if self.ModuleFile:
EdkLogger.info('%-16s = %s' % ("Active Module", self.ModuleFile))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|