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

  /src/usr.bin/make/
make.h 742 bool noRecursiveExecute;
main.c 490 opts.noRecursiveExecute = true;
1092 opts.noRecursiveExecute = false; /* Execute all .MAKE targets */
make.c 214 ? opts.noRecursiveExecute
job.c 1713 } else if (((gn->type & OP_MAKE) && !opts.noRecursiveExecute) ||

Completed in 16 milliseconds