From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 17:54:19 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B1B37B401 for ; Mon, 23 Jun 2003 17:54:19 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8FA43F93 for ; Mon, 23 Jun 2003 17:54:18 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from ADMIN00 (admin00.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h5O0sHdr046184; Mon, 23 Jun 2003 19:54:17 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <011101c339eb$23aa7fa0$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Jeffrey" References: <002601c33917$a5016930$0200000a@littlejack85> <004101c339e0$de549ad0$11fd2fd8@westbend.net> <000701c339e2$1715e990$0200000a@littlejack85> Date: Mon, 23 Jun 2003 19:54:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) cc: FreeBSD-Stable Subject: Re: Stable#1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 00:54:19 -0000 ----- Original Message ----- From: "Jeffrey" To: "Scot W. Hetzel" Sent: Monday, June 23, 2003 6:49 PM Subject: Re: Stable#1 > but why do you compile the same sources again? it doesnt change anything > then > Sometime you may want to tweak your kernel config file between cvsups or cvs updates. Also I was wrong, in that the value does change as long as you don't remove /usr/obj/usr/src/sys/${KERNCONF} directory between "make buildkernel"s and you also use the same kernel config file. The kernel version is stored in /usr/obj/usr/src/sys/${KERNCONF}/version, it is used to create /usr/obj/usr/src/sys/${KERNCONF}/vers.c. David Wolfskill had advised me of the error I had made. Scot > From: "Scot W. Hetzel" > > From: "Jeffrey" > > > Got a pretty stupid question... My kernel is now 4.8 Stable#1 but when > > does the number change when i do makeworld > and the other things? or > where > > can i see that? > > > > > The "#1" only changes when you re-compile the kernel using the same > sources. > > If you use cvsup/cvs between kernel rebuilds, the number is reset back to > > one. > >