From 7934a4b2727b3332f53ba07f3e33d493690fedef Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Wed, 11 Apr 2018 14:46:35 +0200 Subject: Make bootstrap verbose about generating project-config.jam Indicate what toolset is being pre-configured as default. Cherry-pick PR #182 to master --- bootstrap.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index c6f3423d3d..98ae1b987f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -328,7 +328,7 @@ if test -r "project-config.jam"; then fi # Generate user-config.jam -echo "Generating Boost.Build configuration in project-config.jam..." +echo "Generating Boost.Build configuration in project-config.jam for $TOOLSET..." cat > project-config.jam <