mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Use bootstrap.log as name, not bjam.log
[SVN r64175]
This commit is contained in:
parent
9762f594a0
commit
e735b8cad6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue