Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-06-06 16:35:03


Author: grafik
Date: 2008-06-06 16:35:03 EDT (Fri, 06 Jun 2008)
New Revision: 46202
URL: http://svn.boost.org/trac/boost/changeset/46202

Log:
Version number feature can't be implicit as they need to be duplicated.
Text files modified:
   sandbox/tools/build_extensions/ext/extension.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/tools/build_extensions/ext/extension.jam
==============================================================================
--- sandbox/tools/build_extensions/ext/extension.jam (original)
+++ sandbox/tools/build_extensions/ext/extension.jam 2008-06-06 16:35:03 EDT (Fri, 06 Jun 2008)
@@ -78,7 +78,7 @@
         # feature is composed to include the options for each extension
         # version.
         #~ feature.feature $(ext) : : optional ;
- feature.feature $(ext)-version : : optional implicit composite ;
+ feature.feature $(ext)-version : : optional composite ;
         feature.feature $(ext)-location : : free ;
 
         rule default-tag ( name : type ? : property-set )


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