Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-24 11:06:12


Author: danieljames
Date: 2008-03-24 11:06:12 EDT (Mon, 24 Mar 2008)
New Revision: 43821
URL: http://svn.boost.org/trac/boost/changeset/43821

Log:
Don't need Jamfile.v2 in root directory, as project-root.jam can do all the
work. Also - store BOOST_ROOT in project-root.jam so other jamfiles can use it.

Text files modified:
   branches/unordered/trunk/project-root.jam | 9 ++-------
   1 files changed, 2 insertions(+), 7 deletions(-)

Modified: branches/unordered/trunk/project-root.jam
==============================================================================
--- branches/unordered/trunk/project-root.jam (original)
+++ branches/unordered/trunk/project-root.jam 2008-03-24 11:06:12 EDT (Mon, 24 Mar 2008)
@@ -44,15 +44,10 @@
 
 project unordered
     : requirements
+ <include>.
         <include>$(boost-root)
     : # build everything in ./bin.v2
         build-dir bin.v2
     ;
 
-
-
-
-
-
-
-
+path-constant BOOST_ROOT : $(boost-root) ;


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