diff --git a/bootstrap.bat b/bootstrap.bat index 851e9e04fb..e0f7e9fd23 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -10,7 +10,7 @@ if exist ".\tools\build\v2\engine\src\bin.ntx86\bjam.exe" del tools\build\v2\eng if exist ".\tools\build\v2\engine\src\bin.ntx86_64\bjam.exe" del tools\build\v2\engine\src\bin.ntx86_64\bjam.exe cd tools\build\v2\engine\src -call .\build.bat > ..\..\..\..\..\bjam.log +call .\build.bat > ..\..\..\..\..\bootstrap.log @ECHO OFF cd ..\..\..\..\.. @@ -62,14 +62,14 @@ goto :end ECHO. ECHO Failed to build Boost.Jam build engine. -ECHO Please consult bjam.log for furter diagnostics. +ECHO Please consult bootstrap.log for furter diagnostics. ECHO. ECHO You can try to obtain a prebuilt binary from ECHO. ECHO http://sf.net/project/showfiles.php?group_id=7586^&package_id=72941 ECHO. ECHO Also, you can file an issue at http://svn.boost.org -ECHO Please attach bjam.log in that case. +ECHO Please attach bootstrap.log in that case. goto :end