Home
last modified time | relevance | path

Searched refs:noExecute (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Dmain.c468 opts.noExecute = true; in MainParseOption()
530 opts.noExecute = true; in MainParseOption()
1123 opts.noExecute = false; /* Execute all commands */ in CmdOpts_Init()
H A Dcompat.c114 if (!opts.noExecute && unlink_file(file) == 0) { in CompatDeleteTarget()
H A Dmake.h744 bool noExecute; member
H A Djob.c540 if (opts.noExecute) in JobDeleteTarget()
1721 (!opts.noExecute && !opts.touch)) { in JobStart()
H A Dmake.c212 : opts.noExecute); in GNode_ShouldExecute()