|
Boost : |
Subject: Re: [boost] [bcp] Enhancements to bcp extract and namespace rename
From: Bjørn Roald (bjorn_at_[hidden])
Date: 2010-08-04 19:37:33
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk