Boost logo

Boost-Commit :

From: roland.schwarz_at_[hidden]
Date: 2008-04-26 05:54:08


Author: speedsnail
Date: 2008-04-26 05:54:07 EDT (Sat, 26 Apr 2008)
New Revision: 44774
URL: http://svn.boost.org/trac/boost/changeset/44774

Log:
use-project didn't actually do what the comment promised.
This triggered an error with thread Jamfile that could be seen when bjam was invoked in rootdir with
bjam --with-wave.
Text files modified:
   trunk/Jamroot | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2008-04-26 05:54:07 EDT (Sat, 26 Apr 2008)
@@ -497,7 +497,7 @@
 }
 
 # Make project ids of all libraries known.
-for local l in $(libraries)
+for local l in $(all-libraries)
 {
     use-project /boost/$(l) : libs/$(l)/build ;
 }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk