
4 Aug
2010
4 Aug
'10
11:37 p.m.
On 08/04/2010 09:12 PM, Cliff Green wrote:
-- I couldn't find a way to "wildcard" extract and rename all Boost libraries.
Have you tried to put only the top level boost directory path in the module list, something like:
cd /repo/boost bcp --namespace=boost144 --namespace-alias . /tmp/boost144
note: do this on a clean boost download as it scans/copies all files recursively and will take a long time if you have done build and test. Or if you have a svn working directory, you can do
bcp --svn --namespace=boost144 --namespace-alias . /tmp/boost144
and it will only consider known to svn. -- Bjørn