Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmain.c487 opts.noRecursiveExecute = true; in MainParseOption()
1117 opts.noRecursiveExecute = false; /* Execute all .MAKE targets */ in CmdOpts_Init()
H A Dmake.h764 bool noRecursiveExecute; member
H A Dmake.c211 ? opts.noRecursiveExecute in GNode_ShouldExecute()
H A Djob.c1691 } else if (((gn->type & OP_MAKE) && !opts.noRecursiveExecute) || in Job_Make()