Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51895 - trunk
From: ghost_at_[hidden]
Date: 2009-03-21 19:00:22


Author: vladimir_prus
Date: 2009-03-21 19:00:22 EDT (Sat, 21 Mar 2009)
New Revision: 51895
URL: http://svn.boost.org/trac/boost/changeset/51895

Log:
Remove function_types from the list of compiled libraries.

Fixes #2489.

Text files modified:
   trunk/Jamroot | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2009-03-21 19:00:22 EDT (Sat, 21 Mar 2009)
@@ -212,6 +212,9 @@
     ;
 
 all-libraries = [ sequence.unique $(all-libraries) ] ;
+# The function_types library has a Jamfile, but it's used for maintenance
+# purposes, there's no library to build and install.
+all-libraries = [ set.difference $(all-libraries) : function_types ] ;
 
 
 local rule explicit-alias ( id : targets + )


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