Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-20 08:40:55


Author: jurko
Date: 2008-07-20 08:40:55 EDT (Sun, 20 Jul 2008)
New Revision: 47631
URL: http://svn.boost.org/trac/boost/changeset/47631

Log:
Minor stylistic comment changes & trailing spaces removal in the Boost Build tools/builtin.jam module.
Text files modified:
   trunk/tools/build/v2/tools/builtin.jam | 18 +++++++++---------
   1 files changed, 9 insertions(+), 9 deletions(-)

Modified: trunk/tools/build/v2/tools/builtin.jam
==============================================================================
--- trunk/tools/build/v2/tools/builtin.jam (original)
+++ trunk/tools/build/v2/tools/builtin.jam 2008-07-20 08:40:55 EDT (Sun, 20 Jul 2008)
@@ -125,12 +125,12 @@
 # unit-test a : a.cpp : <use>b ;
 # lib b : a.cpp b ;
 #
-# Here, if <use> is not incidental, we'll decide we have two targets for a.obj
-# with different properties, and will complain.
+# Here, if <use> is not incidental, we would decide we have two targets for
+# a.obj with different properties and complain about it.
 #
-# Note that making feature incidental does not mean it's ignored. It may be
-# ignored when creating the virtual target, but the rest of build process will
-# use them.
+# Note that making a feature incidental does not mean it is ignored. It may be
+# ignored when creating a virtual target, but the rest of build process will use
+# them.
 feature.feature use : : free dependency incidental ;
 feature.feature dependency : : free dependency incidental ;
 feature.feature implicit-dependency : : free dependency incidental ;
@@ -165,8 +165,8 @@
 
 
 # An internal feature that holds the paths of all dependency shared libraries.
-# On Windows, it's needed so that we can add all those paths to PATH when
-# running applications. On Linux, it's needed to add proper -rpath-link command
+# On Windows, it is needed so that we can add all those paths to PATH when
+# running applications. On Linux, it is needed to add proper -rpath-link command
 # line options.
 feature.feature xdll-path : : free path ;
 
@@ -207,7 +207,7 @@
 
     # HP/PA-RISC
     parisc
-
+
     # Advanced RISC Machines
     arm
 
@@ -247,7 +247,7 @@
 
     # HP/PA-RISC
     700 7100 7100lc 7200 7300 8000
-
+
     # Advanced RISC Machines
     armv2 armv2a armv3 armv3m armv4 armv4t armv5 armv5t armv5te armv6 armv6j iwmmxt ep9312
 


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