HomeSort by: relevance | last modified time | path
    Searched refs:noRecursiveExecute (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/
make.h 744 bool noRecursiveExecute;
main.c 489 opts.noRecursiveExecute = true;
1091 opts.noRecursiveExecute = false; /* Execute all .MAKE targets */
make.c 215 ? opts.noRecursiveExecute
job.c 1767 } else if (((gn->type & OP_MAKE) && !opts.noRecursiveExecute) ||

Completed in 22 milliseconds