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