Searched refs:EXEC_CMD_FAIL (Results 1 - 4 of 4) sorted by path

/haiku-buildtools/jam/
H A Dexeccmd.h22 # define EXEC_CMD_FAIL 1 macro
H A Dexecunix.c317 rstat = EXEC_CMD_FAIL;
H A Dexecvms.c93 (*func)( closure, EXEC_CMD_FAIL );
157 rstat = EXEC_CMD_FAIL;
H A Dmake1.c203 if( t->status == EXEC_CMD_FAIL && t->actions )
222 t->status = EXEC_CMD_FAIL;
331 case EXEC_CMD_FAIL:
361 if( status == EXEC_CMD_FAIL && ( cmd->rule->flags & RULE_IGNORE ) )
369 if( status == EXEC_CMD_FAIL && DEBUG_MAKE )

Completed in 127 milliseconds