diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-25 18:55:17 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-25 18:55:17 +0000 |
commit | ae0c9fa612fee153c21c2a2562f31034c571eedf (patch) | |
tree | 4edc94af912351375cff21e52d66cccd78c1b639 | |
parent | 20e51d279346162607dd81c2d945b7f6681b3720 (diff) | |
download | edk2-platforms-ae0c9fa612fee153c21c2a2562f31034c571eedf.tar.xz |
Removed an echo statement I was using for debugging on the second time this was run.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4219 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | edksetup.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/edksetup.bat b/edksetup.bat index dbc631291f..8f3e1ec94f 100644 --- a/edksetup.bat +++ b/edksetup.bat @@ -294,7 +294,6 @@ echo. @goto end
:NewBuild
-echo in NewBuild
@IF NOT EXIST "BaseTools\toolsetup.bat" goto AntBuild
if not defined EDK_TOOLS_PATH set EDK_TOOLS_PATH=%WORKSPACE%\BaseTools
@call BaseTools\toolsetup.bat
|