summaryrefslogtreecommitdiff
path: root/BaseTools/ReadMe.txt
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-29 09:49:24 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-29 09:49:24 +0000
commitced44f7370c74b352130d225913dafe8056abca2 (patch)
tree9c656dd0e85e0dee108cd81f28fc482cd5ce23db /BaseTools/ReadMe.txt
parent63e4bea4445f168de5a5f810371c1ae62c1f208b (diff)
a. Fixed unnecessary re-build issue
b. Fixed build.exe won't exit issue when error occurred in multi-thread build mode. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3986 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/ReadMe.txt')
-rw-r--r--BaseTools/ReadMe.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt
index e1be1a2ce5..0370536ae4 100644
--- a/BaseTools/ReadMe.txt
+++ b/BaseTools/ReadMe.txt
@@ -28,11 +28,11 @@ Notes:
cannot generate AutoGen.* files. Only "build" command can.
3) build.exe in %WORKSPACE%\BaseTools\Bin\Win32 is generated from following revision of
Python source code:
- r785 <buildtools_project>\BaseTools\Source\Python\Autogen
- r785 <buildtools_project>\BaseTools\Source\Python\build
- r785 <buildtools_project>\BaseTools\Source\Python\Common
- r785 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r785 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r790 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r790 <buildtools_project>\BaseTools\Source\Python\build
+ r790 <buildtools_project>\BaseTools\Source\Python\Common
+ r790 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r790 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
r750 <buildtools_project>\BaseTools\Source\Python\Common