Date: Sat, 22 Jul 2000 22:59:22 -0600 From: Warner Losh <imp@village.org> To: Tom <tom@uniserve.com> Cc: Richard Stanaford <rsstan@yahoo.com>, stable@FreeBSD.ORG Subject: Re: nlist - REHASH Message-ID: <200007230459.WAA15630@harmony.village.org> In-Reply-To: Your message of "Sat, 22 Jul 2000 21:53:51 PDT." <Pine.BSF.4.05.10007222151560.6382-100000@shell.uniserve.ca> References: <Pine.BSF.4.05.10007222151560.6382-100000@shell.uniserve.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.05.10007222151560.6382-100000@shell.uniserve.ca> Tom writes: : > cvsup : > cd /usr/src : > make cleandir : > make buildworld : > hacked /sys/i386/conf/NEBULA from GENERIC : > make buildkernel KERNEL=NEBULA : : This is a little problematic. You are rebuilding the new kernel with : the tools from the old world. You should installworld before rebuilding : the kernel. It is rare that this will bite you, but if "config" or the : complier changes, it can. Actually, he did the right thing. make buildkernel automatically uses the new binaries that you just built, which obviates the need to do the installworld before building the kernel. Warner 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?200007230459.WAA15630>