Re: Patch to disallow the build of modules

2001-03-25 Thread Warner Losh
In message [EMAIL PROTECTED] Maxime Henrion writes: : Here is a patch to select the modules you want and don't want. : The patch is for /usr/src/sys/modules/Makefile from RELENG_4. My patch is even simpler: Index: Makefile === RCS

Re: Patch to disallow the build of modules

2001-03-25 Thread Peter Pentchev
On Sun, Mar 25, 2001 at 11:23:20AM -0700, Warner Losh wrote: In message [EMAIL PROTECTED] Maxime Henrion writes: : Here is a patch to select the modules you want and don't want. : The patch is for /usr/src/sys/modules/Makefile from RELENG_4. My patch is even simpler: Index: Makefile

Patch to disallow the build of modules

2001-03-24 Thread Maxime Henrion
Hi, Here is a patch to select the modules you want and don't want. The patch is for /usr/src/sys/modules/Makefile from RELENG_4. Then you have to put variables in make.conf (i'm writing the patch for defaults/make.conf) like this : NO_KMOD_FPU=true NO_KMOD_GNUFPU=true ... Thanks for