|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56039 - trunk/tools/build/v2/build
From: ghost_at_[hidden]
Date: 2009-09-05 08:26:44
Author: vladimir_prus
Date: 2009-09-05 08:26:44 EDT (Sat, 05 Sep 2009)
New Revision: 56039
URL: http://svn.boost.org/trac/boost/changeset/56039
Log:
Revert some more
Text files modified:
trunk/tools/build/v2/build/property.jam | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
Modified: trunk/tools/build/v2/build/property.jam
==============================================================================
--- trunk/tools/build/v2/build/property.jam (original)
+++ trunk/tools/build/v2/build/property.jam 2009-09-05 08:26:44 EDT (Sat, 05 Sep 2009)
@@ -469,8 +469,7 @@
# Assumes that all feature values that start with '@' are names of rules, used
# in 'context-module'. Such rules can be either local to the module or global.
# Converts such values into 'indirect-rule' format (see indirect.jam), so they
-# can be called from other modules. Does nothing for such values that are
-# already in the 'indirect-rule' format.
+# can be called from other modules.
#
rule translate-indirect ( specification * : context-module )
{
@@ -483,7 +482,7 @@
local v ;
if [ MATCH "^([^%]*)%([^%]+)$" : $(m) ]
{
- # Rule is already in the 'indirect-rule' format.
+ # Rule is already in indirect format.
v = $(m) ;
}
else
@@ -542,9 +541,7 @@
else if [ path.is-rooted $(p:G=) ]
{
result += $(condition)$(p) ;
- }
- else
- {
+ } else {
result += $(condition)$(p:G)$(project-id)//$(p:G=) ;
}
}
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