From 48f6a686a44ab95455709fc79a26b9f3e703f651 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 12 Jan 2007 08:53:56 +0000 Subject: [PATCH] Include libraries that have "Jamfile", not "Jamfile.v2", in the build. [SVN r36704] --- Jamfile.v2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jamfile.v2 b/Jamfile.v2 index a2c124a5ab..70e0adb387 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -95,6 +95,7 @@ import regex ; import errors ; import "class" : new ; import common ; +import sequence ; constant BOOST_VERSION : 1.35.0 ; @@ -165,8 +166,10 @@ project boost # Setup convenient aliases for all libraries. all-libraries = - [ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ] ] + [ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ] [ glob libs/*/build/Jamfile ] ] ; + +all-libraries = [ sequence.unique $(all-libraries) ] ; # First, the complicated libraries: where the target name in # Jamfile is different from directory name.