Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Jul 2005 18:36:02 +0200
From:      lars <lars@gmx.at>
To:        freebsd-stable@freebsd.org
Subject:   Re: How is the patchlevel set?
Message-ID:  <42C570F2.8030504@gmx.at>
In-Reply-To: <6.1.0.6.2.20050630205112.159c9470@cobalt.antimatter.net>
References:  <42C45A55.4020303@gmx.at> <6.1.0.6.2.20050630205112.159c9470@cobalt.antimatter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks guys.

It seems
	src/sys/conf/newvers.sh
is only triggered by a recompilation of the kernel,
at least the lines
	i=`${MAKE:-make} -V KERN_IDENT`
and
	char kern_ident[] = "${i}";
make me believe that.

I also try to cvsup my src and recompile the kernel and world
in one go instead of only patching and recompiling the subsystem,
since that bumps the patchlevel and keeps all synchronised.
That's not possible in all scenarios, of course.

Again thanks for the answers, but how did you find that out?

Kind regards,
lars.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42C570F2.8030504>