Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmain.c486 opts.noExecute = true; in MainParseOption()
548 opts.noExecute = true; in MainParseOption()
1118 opts.noExecute = false; /* Execute all commands */ in CmdOpts_Init()
H A Dcompat.c113 if (!opts.noExecute && unlink_file(file) == 0) in CompatDeleteTarget()
H A Dmake.h767 bool noExecute; member
H A Djob.c526 if (opts.noExecute) in JobDeleteTarget()
1692 (!opts.noExecute && !opts.touch)) { in Job_Make()
H A Dmake.c212 : opts.noExecute); in GNode_ShouldExecute()