--- src/usr.bin/make/config.h 2004/11/12 22:42:36 1.4 +++ src/usr.bin/make/config.h 2004/12/01 02:02:14 1.5 @@ -45,15 +45,10 @@ /* * DEFMAXJOBS - * DEFMAXLOCAL - * These control the default concurrency. On no occasion will more - * than DEFMAXJOBS targets be created at once (locally or remotely) - * DEFMAXLOCAL is the highest number of targets which will be - * created on the local machine at once. Note that if you set this - * to 0, nothing will ever happen... + * This control the default concurrency. On no occasion will more + * than DEFMAXJOBS targets be created at once. */ -#define DEFMAXJOBS 4 -#define DEFMAXLOCAL 1 +#define DEFMAXJOBS 1 /* * INCLUDES