|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-04-11 06:51:44
Author: jurko
Date: 2008-04-11 06:51:43 EDT (Fri, 11 Apr 2008)
New Revision: 44172
URL: http://svn.boost.org/trac/boost/changeset/44172
Log:
Comment typo correction.
Text files modified:
trunk/tools/build/v2/tools/common.jam | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Modified: trunk/tools/build/v2/tools/common.jam
==============================================================================
--- trunk/tools/build/v2/tools/common.jam (original)
+++ trunk/tools/build/v2/tools/common.jam 2008-04-11 06:51:43 EDT (Fri, 11 Apr 2008)
@@ -220,16 +220,16 @@
}
.all-signatures += $(sig) ;
.init-loc.$(sig) = [ errors.nearest-user-location ] ;
-
- # If we have a requirment, this version should only be applied under that
- # condition. To accomplish this we add a toolset requirement that imposes the toolset
- # subcondition, which encodes the version.
+
+ # If we have a requirement, this version should only be applied under that
+ # condition. To accomplish this we add a toolset requirement that imposes
+ # the toolset subcondition, which encodes the version.
if $(requirement)
{
local r = <toolset>$(toolset) $(requirement) ;
toolset.add-requirements $(r:J=,):$(subcondition:J=/) ;
}
-
+
# We add the requirements, if any, to the condition to scope the toolset
# variables and options to this specific version.
condition += $(requirement) ;
@@ -813,7 +813,7 @@
# toolset, the tag rules won't even see <runtime-debugging>. Similar
# functionality in V2 is not implemented yet, so we just check for toolsets
# which are known to care about runtime debug.
- if <toolset>msvc in $(properties)
+ if <toolset>msvc in $(properties)
|| <stdlib>stlport in $(properties)
|| <toolset-intel:platform>win in $(properties)
{
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