Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49365 - in trunk/tools/build/v2: . kernel tools
From: ghost_at_[hidden]
Date: 2008-10-16 12:53:37


Author: vladimir_prus
Date: 2008-10-16 12:53:36 EDT (Thu, 16 Oct 2008)
New Revision: 49365
URL: http://svn.boost.org/trac/boost/changeset/49365

Log:
Quote semicolon
Text files modified:
   trunk/tools/build/v2/build-system.jam | 4 ++--
   trunk/tools/build/v2/kernel/errors.jam | 4 ++--
   trunk/tools/build/v2/tools/boostbook.jam | 2 +-
   trunk/tools/build/v2/tools/python.jam | 2 +-
   4 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/tools/build/v2/build-system.jam
==============================================================================
--- trunk/tools/build/v2/build-system.jam (original)
+++ trunk/tools/build/v2/build-system.jam 2008-10-16 12:53:36 EDT (Thu, 16 Oct 2008)
@@ -441,8 +441,8 @@
         {
             if $(.debug-config)
             {
- ECHO notice: [cmdline-cfg] toolset $(toolset-version) not
- previously configured; attempting to auto-configure now ;
+ ECHO "notice: [cmdline-cfg] toolset $(toolset-version) not"
+ "previously configured; attempting to auto-configure now" ;
             }
             toolset.using $(toolset) : $(version) ;
         }

Modified: trunk/tools/build/v2/kernel/errors.jam
==============================================================================
--- trunk/tools/build/v2/kernel/errors.jam (original)
+++ trunk/tools/build/v2/kernel/errors.jam 2008-10-16 12:53:36 EDT (Thu, 16 Oct 2008)
@@ -13,8 +13,8 @@
     local drop-elements = $(frame-skips[$(skip-frames)]) ;
     if ! ( $(skip-frames) in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 )
     {
- ECHO warning: backtrace doesn't support skipping $(skip-frames) frames;
- using 1 instead. ;
+ ECHO "warning: backtrace doesn't support skipping $(skip-frames) frames;"
+ "using 1 instead." ;
         drop-elements = 5 ;
     }
 

Modified: trunk/tools/build/v2/tools/boostbook.jam
==============================================================================
--- trunk/tools/build/v2/tools/boostbook.jam (original)
+++ trunk/tools/build/v2/tools/boostbook.jam 2008-10-16 12:53:36 EDT (Thu, 16 Oct 2008)
@@ -114,7 +114,7 @@
     if ! $(.boostbook-xsl-dir) || ! $(.boostbook-dtd-dir)
     {
         errors.warning
- couldn't find BoostBook xsl or dtd directories;
+ "couldn't find BoostBook xsl or dtd directories;"
         : please set \"BOOST_ROOT\" variable to the root directory of
         your boost installation. Searched in:
           : $(search-dirs:J="

Modified: trunk/tools/build/v2/tools/python.jam
==============================================================================
--- trunk/tools/build/v2/tools/python.jam (original)
+++ trunk/tools/build/v2/tools/python.jam 2008-10-16 12:53:36 EDT (Thu, 16 Oct 2008)
@@ -874,7 +874,7 @@
         }
         else
         {
- debug-message no framework directory found; using library path ;
+ debug-message "no framework directory found; using library path" ;
             framework-directory = ;
         }
     }


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