$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r48702 - trunk/tools/build/v2/build
From: jurko.gospodnetic_at_[hidden]
Date: 2008-09-10 15:41:08
Author: jurko
Date: 2008-09-10 15:41:08 EDT (Wed, 10 Sep 2008)
New Revision: 48702
URL: http://svn.boost.org/trac/boost/changeset/48702
Log:
Minor stylistic changes in the Boost Build build/feature.jam module.
Text files modified:
trunk/tools/build/v2/build/feature.jam | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/build/feature.jam
==============================================================================
--- trunk/tools/build/v2/build/feature.jam (original)
+++ trunk/tools/build/v2/build/feature.jam 2008-09-10 15:41:08 EDT (Wed, 10 Sep 2008)
@@ -357,7 +357,8 @@
local subvalue = $(subvalues[1]) ; # Pop the head off of subvalues.
subvalues = $(subvalues[2-]) ;
- local subfeature = [ find-implied-subfeature $(feature) $(subvalue) : $(value) ] ;
+ local subfeature = [ find-implied-subfeature $(feature) $(subvalue) :
+ $(value) ] ;
# If no subfeature was found reconstitute the value string and use that.
if ! $(subfeature)
@@ -771,7 +772,8 @@
{
# The feature has the form <topfeature-topvalue:subfeature>, e.g.
# <toolset-msvc:version>.
- local feature-value = [ split-top-feature $(specific-subfeature[1]) ] ;
+ local feature-value = [ split-top-feature $(specific-subfeature[1])
+ ] ;
if <$(feature-value[1])>$(feature-value[2]) = $(parent-property)
{
return true ;