Remove building of graph supplementary library, as it has some external tool dependencies. (merge from head)

[SVN r34440]
This commit is contained in:
Rene Rivera 2006-07-02 00:43:11 +00:00
parent 7ce4ada92a
commit b4a747ee0d
2 changed files with 5 additions and 6 deletions

View file

@ -114,8 +114,11 @@ project boost
# 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.

View file

@ -1,6 +1,2 @@
path-constant BOOST_ROOT : . ;
using lex ;
using bison ;
using testing ;