Home
last modified time | relevance | path

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

/minix3/usr.bin/make/
H A Dmake.h289 #define NoExecute(gn) ((gn->type & OP_MAKE) ? noRecursiveExecute : noExecute)
368 extern Boolean noRecursiveExecute; /* True if should execute nothing */
H A Dmain.c166 Boolean noRecursiveExecute; /* -N flag */ variable
488 noRecursiveExecute = TRUE; in MainParseArgs()
946 noRecursiveExecute = FALSE; /* Execute all .MAKE targets */ in main()
H A Djob.c1557 if (((gn->type & OP_MAKE) && !(noRecursiveExecute)) || in JobStart()