$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-11-14 02:11:34
Rene Rivera wrote:
>>I believe this condition should be
>>
>> if (DEBUG_MAKEQ || ! (cmd->rule->actions->flags & RULE_QUIETLY) &&
>
> DEBUG_MAKE )
>
>>but not sure. What do you think?
>
>
> If the precedence makes it:
>
> ( DEBUG_MAKEQ || ( ( ! (cmd->rule->actions->flags & RULE_QUIETLY) ) &&
> DEBUG_MAKE ) ) )
>
> Then yes, that looks right.
Okay, comitted. I even wrote a test for this.
- Volodya