Searched refs:noRecursiveExecute (Results 1 – 3 of 3) sorted by relevance
311 #define NoExecute(gn) ((gn->type & OP_MAKE) ? noRecursiveExecute : noExecute)391 extern Boolean noRecursiveExecute; /* True if should execute nothing */
172 Boolean noRecursiveExecute; /* -N flag */ variable539 noRecursiveExecute = TRUE; in MainParseArgs()1124 noRecursiveExecute = FALSE; /* Execute all .MAKE targets */ in main()
1651 if (((gn->type & OP_MAKE) && !(noRecursiveExecute)) || in JobStart()