Boost logo

Boost-Build :

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

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk