From owner-freebsd-stable Wed Aug 9 6:45: 8 2000 Delivered-To: freebsd-stable@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 13DE037BAA2 for ; Wed, 9 Aug 2000 06:45:00 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13MWAC-0002n8-00 for stable@freebsd.org; Wed, 9 Aug 2000 14:44:56 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id OAA31990 for stable@freebsd.org; Wed, 9 Aug 2000 14:44:56 +0100 (BST) (envelope-from jcm) Date: Wed, 9 Aug 2000 14:44:55 +0100 From: j mckitrick To: stable@freebsd.org Subject: kernel compile between cvsup's Message-ID: <20000809144455.C31619@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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