$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-04 02:47:03
Author: jurko
Date: 2008-07-04 02:47:03 EDT (Fri, 04 Jul 2008)
New Revision: 47069
URL: http://svn.boost.org/trac/boost/changeset/47069
Log:
Minor stylistic comment change in the Boost Build tools/common.jam script.
Text files modified: 
   trunk/tools/build/v2/tools/common.jam |     4 +++-                                    
   1 files changed, 3 insertions(+), 1 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-07-04 02:47:03 EDT (Fri, 04 Jul 2008)
@@ -574,6 +574,8 @@
     {
         # Cheesy gate to prevent multiple invocations on same dir.
         $(<)-mkdir = true ;
+
+        # Schedule the mkdir build action.
         MkDir1 $(<) ;
 
         # Prepare a Jam 'dirs' target that can be used to make the build only
@@ -594,7 +596,7 @@
             }
         }
 
-        if $(s) && $(s) != $(<)
+        if $(s) && ( $(s) != $(<) )
         {
             DEPENDS $(<) : $(s) ;
             MkDir $(s) ;