mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
20e51d2793
commit
ae0c9fa612
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue