Date: Mon, 8 May 2000 19:21:05 -0700 From: "Dan O'Connor" <dan@mostgraveconcern.com> To: "Sheldon Hearn" <sheldonh@uunet.co.za> Cc: "freebsd-stable" <freebsd-stable@FreeBSD.ORG> Subject: Re: Kernel build number in 4.0-STABLE Message-ID: <008601bfb95d$45742580$0200000a@danco>
next in thread | raw e-mail | index | archive | help
>> Is there an *official* kernel build method that increments properly? I >> assume that the 3.x manual method is depricated now... > >What does "increments properly" mean? The buildkernel / installkernel >system "increments properly" by one definition of the phrase. :-) > >Since you're obviously not doing ``make -DNOCLEAN buildkernel'', >incrementing properly means always using a build number of 0. > >> If the ''make buildkernel installkernel' method is indeed the new, improved, >> preferred method, is there any plan to get this working correctly? > >What about it isn't working, as far as you're concerned? OK, let's start from zero: What is the proper method for building a 4.0-STABLE kernel? # /usr/sbin/config MYKERNEL # cd ../../compile/MYKERNEL # make depend # make # make install or # cd /usr/src # make buildkernel installkernel KERNEL=MYKERNEL # chflags noschd /kernel /MYKERNEL # mv /kernel /kernel.old # mv /MYKERNEL /kernel # chflags schg /kernel --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com 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?008601bfb95d$45742580$0200000a>