Searched refs:noRecursiveExecute (Results 1 – 4 of 4) sorted by relevance
731 bool noRecursiveExecute; member
473 opts.noRecursiveExecute = true; in MainParseArg()1124 opts.noRecursiveExecute = false; /* Execute all .MAKE targets */ in CmdOpts_Init()
224 ? opts.noRecursiveExecute in GNode_ShouldExecute()
1723 } else if (((gn->type & OP_MAKE) && !opts.noRecursiveExecute) || in JobStart()