Home
last modified time | relevance | path

Searched refs:OP_SAVE_CMDS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/bmake/
H A Dcompat.c254 if (gn->type & OP_SAVE_CMDS) { in Compat_RunCommand()
273 gn->type |= OP_SAVE_CMDS; in Compat_RunCommand()
H A Dmake.c165 ADD(OP_SAVE_CMDS); in GNodeType_ToString()
578 if (!GNode_ShouldExecute(gn) || (gn->type & OP_SAVE_CMDS) || in Make_Recheck()
H A Dmake.h375 OP_SAVE_CMDS = 1 << 25, enumerator
H A Djob.c1026 job->node->type |= OP_SAVE_CMDS; in JobWriteCommands()