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

  /src/usr.bin/make/
main.c 489 opts.noExecute = true;
551 opts.noExecute = true;
1093 opts.noExecute = false; /* Execute all commands */
compat.c 113 if (!opts.noExecute && unlink_file(file) == 0)
make.h 745 bool noExecute;
job.c 602 if (opts.noExecute)
1714 (!opts.noExecute && !opts.touch)) {
make.c 215 : opts.noExecute);

Completed in 44 milliseconds