Home
last modified time | relevance | path

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

/trueos/contrib/bmake/
HDcompat.c314 if (!silent || NoExecute(gn)) { in CompatRunCommand()
323 if (!doIt && NoExecute(gn)) { in CompatRunCommand()
597 if (useMeta && !NoExecute(gn)) { in Compat_Make()
610 if (useMeta && !NoExecute(gn)) { in Compat_Make()
HDmake.h304 #define NoExecute(gn) ((gn->type & OP_MAKE) ? noRecursiveExecute : noExecute) macro
HDjob.c714 noSpecials = NoExecute(job->node); in JobPrintCommand()
1170 if (!silent || NoExecute(gn)) { in Job_Touch()
1175 if (NoExecute(gn)) { in Job_Touch()
1647 } else if (NoExecute(gn)) { in JobStart()
HDmake.c631 if (NoExecute(gn) || (gn->type & OP_SAVE_CMDS) || in Make_Recheck()