|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72793 - trunk
From: ghost_at_[hidden]
Date: 2011-06-29 09:37:18
Author: vladimir_prus
Date: 2011-06-29 09:37:17 EDT (Wed, 29 Jun 2011)
New Revision: 72793
URL: http://svn.boost.org/trac/boost/changeset/72793
Log:
Remove more uses of 'Boost.Jam' from bootstrap scripts.
Text files modified:
trunk/bootstrap.bat | 4 ++--
trunk/bootstrap.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/bootstrap.bat
==============================================================================
--- trunk/bootstrap.bat (original)
+++ trunk/bootstrap.bat 2011-06-29 09:37:17 EDT (Wed, 29 Jun 2011)
@@ -5,7 +5,7 @@
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 @@
: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
Modified: trunk/bootstrap.sh
==============================================================================
--- trunk/bootstrap.sh (original)
+++ trunk/bootstrap.sh 2011-06-29 09:37:17 EDT (Wed, 29 Jun 2011)
@@ -213,7 +213,7 @@
# 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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk