Remove more uses of 'Boost.Jam' from bootstrap scripts.

[SVN r72793]
This commit is contained in:
Vladimir Prus 2011-06-29 13:37:17 +00:00
parent 16e3356dd0
commit 6055e63481
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ REM
REM Distributed under the Boost Software License, Version 1.0.
REM (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
ECHO Building Boost.Jam build engine
ECHO Building Boost.Build engine
if exist ".\tools\build\v2\engine\bin.ntx86\b2.exe" del tools\build\v2\engine\bin.ntx86\b2.exe
if exist ".\tools\build\v2\engine\bin.ntx86\bjam.exe" del tools\build\v2\engine\bin.ntx86\bjam.exe
if exist ".\tools\build\v2\engine\bin.ntx86_64\b2.exe" del tools\build\v2\engine\bin.ntx86_64\b2.exe
@ -66,7 +66,7 @@ goto :end
:bjam_failure
ECHO.
ECHO Failed to build Boost.Boost build engine.
ECHO Failed to build Boost.Build engine.
ECHO Please consult bootstrap.log for furter diagnostics.
ECHO.
ECHO You can try to obtain a prebuilt binary from

View file

@ -213,7 +213,7 @@ rm -f config.log
# Build bjam
if test "x$BJAM" = x; then
echo -n "Building Boost.Jam with toolset $TOOLSET... "
echo -n "Building Boost.Build engine with toolset $TOOLSET... "
pwd=`pwd`
(cd "$my_dir/tools/build/v2/engine" && ./build.sh "$TOOLSET") > bootstrap.log 2>&1
if [ $? -ne 0 ]; then