Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54887 - branches/release
From: ghost_at_[hidden]
Date: 2009-07-11 08:22:50


Author: vladimir_prus
Date: 2009-07-11 08:22:50 EDT (Sat, 11 Jul 2009)
New Revision: 54887
URL: http://svn.boost.org/trac/boost/changeset/54887

Log:
Merge from trunk
Text files modified:
   branches/release/Jamroot | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: branches/release/Jamroot
==============================================================================
--- branches/release/Jamroot (original)
+++ branches/release/Jamroot 2009-07-11 08:22:50 EDT (Sat, 11 Jul 2009)
@@ -130,6 +130,7 @@
 import symlink ;
 import targets ;
 import project ;
+import option ;
 
 path-constant BOOST_ROOT : . ;
 constant BOOST_VERSION : 1.40.0 ;
@@ -276,7 +277,7 @@
 
 
 # What kind of layout are we doing?
-layout = [ MATCH "^--layout=(.*)" : [ modules.peek : ARGV ] ] ;
+layout = [ option.get layout : "" ] ;
 # On Windows, we used versioned layout by default in order to
 # be compatible with autolink. On other systems, we use system
 # layout which is what every other program uses. Note that windows
@@ -640,7 +641,7 @@
 
 
 message explain :
-"\nBuilding C++ Boost.
+"\nBuilding the Boost C++ Libraries.
 
 After the build, the headers will be located at
   


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