$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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