diff options
author | Vladimir Prus <ghost@cs.msu.su> | 2011-07-03 08:08:57 +0000 |
---|---|---|
committer | Vladimir Prus <ghost@cs.msu.su> | 2011-07-03 08:08:57 +0000 |
commit | e47f34f24fc66f5295fcc747a5bf86ddfa96dcb5 (patch) | |
tree | 00efe6c2e44632576bfa892d235da7686b4b2fdb /bootstrap.sh | |
parent | 1f97530bdd826641cc64c71a010fcf6b0912a8fc (diff) | |
download | boost-e47f34f24fc66f5295fcc747a5bf86ddfa96dcb5.tar.gz |
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]
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |