On 31-Mar-2001 Cy Schubert - ITSD Open Systems Group wrote: > In message <[EMAIL PROTECTED]>, j mckitrick > writes: >> >> cd /usr/src/sys/i386/conf >> /usr/sbin/config MARS >> cd ../../compile/MARS >> make depend && make && make install >> >> but now it is taking WAY longer than it used to. >> >> should i use this same sequence, only with NO_MODULES? >> or is there another way? > > To skip making any modules do the following instead of a full make && > make install. > > make depend && make kernel && make kernel-install A much easier way is to set the environment variable MODULES_WITH_WORLD=true in /etc/make.conf. -- Conrad Sabatier [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
