Boost C++ Libraries: Ticket #4691: Wrong formatting for "bootstrap.sh --show-libraries" https://svn.boost.org/trac10/ticket/4691 <p> No need for <code>bootstrap.sh</code> to wrap <code>bjam -d0 --show-libraries</code> with human-readable comment as it is already the case. </p> <p> boostcpp.jam extract: </p> <pre class="wiki"> ECHO "The following libraries require building:" ; for local l in $(libraries) { ECHO " - $(l)" ; } </pre><p> bootstrap.sh extract: </p> <pre class="wiki"> libraries=`$BJAM -d0 --show-libraries` [...] for lib in $libraries do echo " $lib" done </pre><p> The patch suppress bootstrap.sh over-formatting. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4691 Trac 1.4.3 Cedric Le Dillau <ld.c@…> Tue, 28 Sep 2010 22:26:59 GMT attachment set https://svn.boost.org/trac10/ticket/4691 https://svn.boost.org/trac10/ticket/4691 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bootstrap_showlibraries.patch</span> </li> </ul> <p> Suppress over-formatting when invoking bjam --show-libraries </p> Ticket Vladimir Prus Sat, 23 Oct 2010 08:43:21 GMT <link>https://svn.boost.org/trac10/ticket/4691#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4691#comment:1</guid> <description> <p> This was checked in as <a class="changeset" href="https://svn.boost.org/trac10/changeset/65852" title="Fix formatting of `./bootstrap.sh --show-libraries`. Patch from ...">r65852</a>, thanks! (For unknown reasons, Trac was not automatically updated when checkin happened) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Mon, 25 Oct 2010 07:44:51 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4691#comment:2 https://svn.boost.org/trac10/ticket/4691#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket