$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80187 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-24 22:55:01
Author: jurko
Date: 2012-08-24 22:55:00 EDT (Fri, 24 Aug 2012)
New Revision: 80187
URL: http://svn.boost.org/trac/boost/changeset/80187
Log:
Boost Jam cleanup - minor stylistic change.
Text files modified: 
   trunk/tools/build/v2/engine/build.jam |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/engine/build.jam
==============================================================================
--- trunk/tools/build/v2/engine/build.jam	(original)
+++ trunk/tools/build/v2/engine/build.jam	2012-08-24 22:55:00 EDT (Fri, 24 Aug 2012)
@@ -746,7 +746,8 @@
 } }
 if $(grammar) && ! $(yacc)
 {
-    EXIT "Could not find the 'yacc' tool, and therefore can not build the grammar." ;
+    EXIT Could not find the 'yacc' tool, and therefore can not build the
+        grammar. ;
 }
 if $(grammar) && $(yacc)
 {