Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dmake.h311 #define NoExecute(gn) ((gn->type & OP_MAKE) ? noRecursiveExecute : noExecute)
391 extern Boolean noRecursiveExecute; /* True if should execute nothing */
H A Dmain.c172 Boolean noRecursiveExecute; /* -N flag */ variable
537 noRecursiveExecute = TRUE; in MainParseArgs()
1122 noRecursiveExecute = FALSE; /* Execute all .MAKE targets */ in main()
H A Djob.c1632 if (((gn->type & OP_MAKE) && !(noRecursiveExecute)) || in JobStart()