Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32302

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 project-root.jam 
Log Message:
Remove building of graph supplementary library, as it has some external tool 
dependencies. (merge from head)

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/Jamfile.v2,v
retrieving revision 1.32.2.1.2.2
retrieving revision 1.32.2.1.2.3
diff -u -d -r1.32.2.1.2.2 -r1.32.2.1.2.3
--- Jamfile.v2  1 Jul 2006 23:01:42 -0000       1.32.2.1.2.2
+++ Jamfile.v2  2 Jul 2006 00:43:11 -0000       1.32.2.1.2.3
@@ -114,8 +114,11 @@
 
 # Setup convenient aliases for all libraries.
 
-all-libraries = [ MATCH .*libs/(.*)/build/.*
-                  : [ glob libs/*/build/Jamfile.v2 ] ] ;
+all-libraries =
+    [ set.difference
+        [ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ] ]
+        : graph
+        ] ;
 
 # First, the complicated libraries: where the target name in
 # Jamfile is different from directory name.

Index: project-root.jam
===================================================================
RCS file: /cvsroot/boost/boost/project-root.jam,v
retrieving revision 1.5
retrieving revision 1.5.8.1
diff -u -d -r1.5 -r1.5.8.1
--- project-root.jam    16 Jul 2004 13:52:57 -0000      1.5
+++ project-root.jam    2 Jul 2006 00:43:11 -0000       1.5.8.1
@@ -1,6 +1,2 @@
 
 path-constant BOOST_ROOT : . ;
-
-using lex ;
-using bison ;
-using testing ;


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to