$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-05 08:39:23
Hi Olaf,
> local condition2 ;
> # Weed out conditional properties.
> for local c in $(condition)
> {
> if [ MATCH ^([^:]*)\$ : $(c:G=) ]
> {
> condition2 += $(c) ;
> }
> }
> condition = $(condition2) ;
>
> seems to do the trick.
Thanks for testing.
> Will you put it into CVS?
I've just comitted it.
Thanks,
Volodya