$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-01-28 06:46:22
Hi Pedro,
> In some occasions, I need to have a target staged before compiling a source
> file.
Hmm.. that's unusual requirement.
> The attached project shows how this can cause a duplicate target error.
>
> The problem is that BB will try to stage a staged target...
True. It sees <dependency> on another stage target and tries to restage them.
I haven't yet made up my mind if this is bug in 'stage' -- and we need to fix
it, or user error -- and we need to provide other approach to achieving this
result.
Maybe, you could give more details about why you're trying this, so that I
have more information to decide?
- Volodya