Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79925 - trunk/tools/build/v2/build
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-08 12:00:06


Author: jurko
Date: 2012-08-08 12:00:05 EDT (Wed, 08 Aug 2012)
New Revision: 79925
URL: http://svn.boost.org/trac/boost/changeset/79925

Log:
Boost Build's project() rule now supports taking more than 9 parameters up to the limit of 19 imposed by the current Boost Jam implementation.
Text files modified:
   trunk/tools/build/v2/build/project.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/build/project.jam
==============================================================================
--- trunk/tools/build/v2/build/project.jam (original)
+++ trunk/tools/build/v2/build/project.jam 2012-08-08 12:00:05 EDT (Wed, 08 Aug 2012)
@@ -960,7 +960,7 @@
 
         local explicit-build-dir ;
 
- for n in 2 3 4 5 6 7 8 9
+ for n in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
         {
             local option = $($(n)) ;
             if $(option)


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