Searched refs:RULE_UPDATED (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/jam/
H A Dmake1.c387 if( status != EXEC_CMD_OK && !( cmd->rule->flags & RULE_UPDATED ) )
411 * and handling RULE_UPDATED actions. The result is a chain of
453 ruleFlags &= ~RULE_UPDATED;
468 if( !ns && ( ruleFlags & ( RULE_UPDATED | RULE_EXISTING ) ) )
584 if( ( flags & RULE_UPDATED ) && t->fate <= T_FATE_STABLE )
H A Drules.h66 # define RULE_UPDATED 0x01 /* $(>) is updated sources only */ macro
H A Djamgram.yy286 { $$.number = RULE_UPDATED; }
H A Djamgram.y332 { $$.number = RULE_UPDATED; }

Completed in 43 milliseconds