Date: Wed, 9 Aug 2000 14:44:55 +0100 From: j mckitrick <jcm@FreeBSD-uk.eu.org> To: stable@freebsd.org Subject: kernel compile between cvsup's Message-ID: <20000809144455.C31619@dogma.freebsd-uk.eu.org>
next in thread | raw e-mail | index | archive | help
just to be sure.... after cvsupping, i *always* have to follow this procedure, correct? make buildworld make buildkernel make installkernel KERNEL=MYKERNEL shutdown (single user) make installworld mergemaster reboot now, if i am just hacking around with my kernel, changing the configuration file, playing with drivers, testing code, etc, i can use the old method, correct? cd /usr/src/sys/i386/conf config MYKERNEL cd ../../compile MYKERNEL make depend && make && make all install or do i still need to use the new target 'make buildkernel' which seems to take much longer? if i must follow the second, is there a way to shorten the build time? jm -- i'm tired of signatures. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000809144455.C31619>