summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2010-07-19 20:42:29 +0000
committerVladimir Prus <ghost@cs.msu.su>2010-07-19 20:42:29 +0000
commite735b8cad6c9f085695965fe3b26197c8f14874e (patch)
tree056a2a0554e45ed7c214c1f5d676007b3c5eb76f /bootstrap.bat
parent9762f594a0774a4b67d1b039379e7521b67d9868 (diff)
downloadboost-e735b8cad6c9f085695965fe3b26197c8f14874e.tar.gz
Use bootstrap.log as name, not bjam.log
[SVN r64175]
Diffstat (limited to 'bootstrap.bat')
-rw-r--r--bootstrap.bat6
1 files changed, 3 insertions, 3 deletions
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