$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-01-08 15:26:48
On Monday 08 January 2007 23:23, Jaroslav Gresula wrote:
> Chris Weed wrote:
> > Doesn't the following do what you want?
> > bjam clean TARGET
> > bjam TARGET
> >
>
> Probably yes, but I would prefer single bjam invocation as this use case
> is quite frequent for me.
I would expect
bjam --clean TARGET
to clean everything involved in constructing TARGET, not just the top-level
results.
- Volodya