|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-12-27 16:21:41
Author: grafik
Date: 2007-12-27 16:21:40 EST (Thu, 27 Dec 2007)
New Revision: 42317
URL: http://svn.boost.org/trac/boost/changeset/42317
Log:
Undo default value. It was added later on anyway.
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 2007-12-27 16:21:40 EST (Thu, 27 Dec 2007)
@@ -72,7 +72,7 @@
# feature is composed to include the options for each extension
# version.
#~ feature.feature $(ext) : : optional ;
- feature.feature $(ext)-version : default : optional implicit composite ;
+ feature.feature $(ext)-version : : optional implicit 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