Searched refs:DEFMAXLOCAL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/bmake/
H A Dmake-conf.h77 * DEFMAXLOCAL
80 * DEFMAXLOCAL is the highest number of targets which will be
85 #define DEFMAXLOCAL 1 macro
H A Dmain.c146 #ifndef DEFMAXLOCAL
147 #define DEFMAXLOCAL DEFMAXJOBS macro
148 #endif /* DEFMAXLOCAL */
988 maxJobs = DEFMAXLOCAL; /* Set default local max concurrency */

Completed in 58 milliseconds