Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-02-13 01:32:47


On Tuesday 12 February 2008 06:53:06 Khassapov, Alex wrote:
> I think I should really change the subject of the thread.
>
> Do you have any suggestion on how to make bjam checkout the dependencies without building? I.e. do "bjam checkout" first?

        actions checkout
        {
                svn co foo
                svn co blah
        }

        notfile checkout : checkout;

Warning: untested code. In particular, this is likely to drop checkout into
current directory.

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk