From e47f34f24fc66f5295fcc747a5bf86ddfa96dcb5 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sun, 3 Jul 2011 08:08:57 +0000 Subject: Merge Boost.Build branding changes: https://svn.boost.org/trac/boost/changeset/72773 https://svn.boost.org/trac/boost/changeset/72793 Authorized by Beman. [SVN r72866] --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 8dea77f30a..2723f287b9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -213,12 +213,12 @@ 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 echo - echo "Failed to build Boost.Jam" + echo "Failed to build Boost.Build build engine" echo "Consult 'bootstrap.log' for more details" exit 1 fi -- cgit v1.2.1