|
From: <gi...@us...> - 2011-11-17 09:38:52
|
Revision: 2415
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2415&view=rev
Author: gikidy
Date: 2011-11-17 09:38:42 +0000 (Thu, 17 Nov 2011)
Log Message:
-----------
Remove binary tools from BaseTools trunk and remove build number information.
Signed-off-by: gikidy
Reviewed-by: lgao4
Modified Paths:
--------------
trunk/BaseTools/ReadMe.txt
trunk/BaseTools/Source/C/Include/Common/BuildVersion.h
trunk/BaseTools/Source/Python/Common/BuildVersion.py
Removed Paths:
-------------
trunk/BaseTools/Bin/Darwin-i386/
trunk/BaseTools/Bin/Win32/
Modified: trunk/BaseTools/ReadMe.txt
===================================================================
--- trunk/BaseTools/ReadMe.txt 2011-11-17 08:32:56 UTC (rev 2414)
+++ trunk/BaseTools/ReadMe.txt 2011-11-17 09:38:42 UTC (rev 2415)
@@ -43,10 +43,4 @@
The Python distributed with most recent Linux will have sqlite3 module
built in. If not, please install sqlit3 package separately.
-2. The binary tools will be updated only after passing developer testing.
-
-Current state of the tools is Proto-Type - not all tool functions have been implemented
-and there may be bugs in these tools. These tools are under constant development at
-this time.
-
26-OCT-2011
Modified: trunk/BaseTools/Source/C/Include/Common/BuildVersion.h
===================================================================
--- trunk/BaseTools/Source/C/Include/Common/BuildVersion.h 2011-11-17 08:32:56 UTC (rev 2414)
+++ trunk/BaseTools/Source/C/Include/Common/BuildVersion.h 2011-11-17 09:38:42 UTC (rev 2415)
@@ -1,3 +1,3 @@
//This file is for build version number auto generation
//
-#define __BUILD_VERSION "Build 2396"
+#define __BUILD_VERSION ""
Modified: trunk/BaseTools/Source/Python/Common/BuildVersion.py
===================================================================
--- trunk/BaseTools/Source/Python/Common/BuildVersion.py 2011-11-17 08:32:56 UTC (rev 2414)
+++ trunk/BaseTools/Source/Python/Common/BuildVersion.py 2011-11-17 09:38:42 UTC (rev 2415)
@@ -1,3 +1,3 @@
#This file is for build version number auto generation
#
-gBUILD_VERSION = "Build 2396"
+gBUILD_VERSION = ""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|