summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
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