From e735b8cad6c9f085695965fe3b26197c8f14874e Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 19 Jul 2010 20:42:29 +0000 Subject: [PATCH] Use bootstrap.log as name, not bjam.log [SVN r64175] --- bootstrap.bat | 6 +++--- 1 file 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