use-project didn't actually do what the comment promised.

This triggered an error with thread Jamfile that could be seen when bjam was invoked in rootdir with
bjam --with-wave.

[SVN r44774]
This commit is contained in:
Roland Schwarz 2008-04-26 09:54:07 +00:00
parent db4f13b609
commit 1d7b685fea

View file

@ -497,7 +497,7 @@ rule boost-install ( libraries * )
}
# Make project ids of all libraries known.
for local l in $(libraries)
for local l in $(all-libraries)
{
use-project /boost/$(l) : libs/$(l)/build ;
}