mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Fix formatting of ./bootstrap.sh --show-libraries
.
Patch from Cedric Le Dillau. Fixes #4691. [SVN r65852]
This commit is contained in:
parent
c3bc422aa1
commit
c8347735ea
1 changed files with 1 additions and 5 deletions
|
@ -233,7 +233,6 @@ fi
|
|||
|
||||
# If there is a list of libraries
|
||||
if test "x$flag_show_libraries" = xyes; then
|
||||
libraries=`$BJAM -d0 --show-libraries`
|
||||
cat <<EOF
|
||||
|
||||
The following Boost libraries have portions that require a separate build
|
||||
|
@ -242,10 +241,7 @@ the headers only.
|
|||
|
||||
The Boost libraries requiring separate building and installation are:
|
||||
EOF
|
||||
for lib in $libraries
|
||||
do
|
||||
echo " $lib"
|
||||
done
|
||||
$BJAM -d0 --show-libraries | grep '^\s*-'
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue