$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-04-17 06:18:06
Jurko GospodnetiÄ wrote:
> Hi.
>
> I saw the 'executed' feature attribute listed in build/features.jam
> that does not seem to be used anywhere. Is this a corpse that should be
> removed or does anyone have any plans for it?
I don't think there's any use for that. Right now, the convention is that
a feature value with "@" in front reference to a rule that must be executed.
We don't need a feature attribute for that.
- Volodya