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

/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dconfig.h77 * DEFMAXLOCAL
80 * DEFMAXLOCAL is the highest number of targets which will be
85 #define DEFMAXLOCAL 1 macro
H A Dmain.c145 #ifndef DEFMAXLOCAL
146 #define DEFMAXLOCAL DEFMAXJOBS macro
147 #endif /* DEFMAXLOCAL */
892 maxJobs = DEFMAXLOCAL; /* Set default local max concurrency */

Completed in 61 milliseconds