Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Dmain.c485 opts.noExecute = true; in MainParseOption()
547 opts.noExecute = true; in MainParseOption()
1103 opts.noExecute = false; /* Execute all commands */ in CmdOpts_Init()
Dcompat.c113 if (!opts.noExecute && unlink_file(file) == 0) in CompatDeleteTarget()
Dmake.h745 bool noExecute; member
Djob.c608 if (opts.noExecute) in JobDeleteTarget()
1763 (!opts.noExecute && !opts.touch)) { in Job_Make()
Dmake.c215 : opts.noExecute); in GNode_ShouldExecute()