[Boost-bugs] [Boost C++ Libraries] #4691: Wrong formatting for "bootstrap.sh --show-libraries"

Subject: [Boost-bugs] [Boost C++ Libraries] #4691: Wrong formatting for "bootstrap.sh --show-libraries"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-09-28 22:25:29


#4691: Wrong formatting for "bootstrap.sh --show-libraries"
---------------------------------------------+------------------------------
 Reporter: Cedric Le Dillau <ld.c@…> | Owner:
     Type: Patches | Status: new
Milestone: To Be Determined | Component: Building Boost
  Version: Boost 1.44.0 | Severity: Cosmetic
 Keywords: bootstrap |
---------------------------------------------+------------------------------
 No need for `bootstrap.sh` to wrap `bjam -d0 --show-libraries` with human-
 readable comment as it is already the case.

 boostcpp.jam extract:
 {{{
         ECHO "The following libraries require building:" ;
         for local l in $(libraries)
         {
             ECHO " - $(l)" ;
         }

 }}}


 bootstrap.sh extract:

 {{{
   libraries=`$BJAM -d0 --show-libraries`
 [...]
   for lib in $libraries
   do
     echo " $lib"
   done
 }}}

 The patch suppress bootstrap.sh over-formatting.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4691>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC