Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmain.c467 opts.noExecute = true; in MainParseArg()
529 opts.noExecute = true; in MainParseArg()
1120 opts.noExecute = false; /* Execute all commands */ in CmdOpts_Init()
H A Dcompat.c113 if (!opts.noExecute && unlink_file(file)) { in CompatDeleteTarget()
H A Dmake.h745 bool noExecute; member
H A Djob.c524 if (opts.noExecute) in JobDeleteTarget()
1704 (!opts.noExecute && !opts.touch)) { in JobStart()
H A Dmake.c214 : opts.noExecute); in GNode_ShouldExecute()