Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c275 if (gn->type & OP_SAVE_CMDS) { in Compat_RunCommand()
294 gn->type |= OP_SAVE_CMDS; in Compat_RunCommand()
H A Dmake.c168 ADD(OP_SAVE_CMDS); in GNodeType_ToString()
569 if (!GNode_ShouldExecute(gn) || (gn->type & OP_SAVE_CMDS) || in Make_Recheck()
H A Dmake.h397 OP_SAVE_CMDS = 1 << 25, enumerator
H A Djob.c1117 job->node->type |= OP_SAVE_CMDS; in JobWriteCommands()