Boost logo

Boost-Commit :

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)
 {


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