On Fri, May 04, 2007 at 01:15:20PM +0200, Stephan A. Rickauer wrote: | quick question: My newly build 4.1-stable on i386 says in dmesg: | | OpenBSD 4.1 (GENERIC) #0: Thu May 3 14:29:53 CEST 2007 | [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC | | I was expected to see a 4.1-stable (just because I've seen it before | with 3.x and 4.0). I double checked building from the correct tree. Am I | missing something in my build process or has this changed?
You're missing the change to newvers.sh : http://marc.info/?l=openbsd-cvs&m=117818724826225&w=2 | I did: | | # cd /usr | # export CVSROOT="[EMAIL PROTECTED]:/cvs" | # cvs -z5 checkout -P -rOPENBSD_4_1 src | | # cd /usr/src/sys/arch/i386/conf | # /usr/sbin/config GENERIC | # cd /usr/src/sys/arch/i386/compile/GENERIC | # make clean && make depend && make && reboot Try the checkout again, you should now get an updated newvers.sh that says -stable. | BTW: What is that #0 for (release has #1435)? That's the build-count (or whatever it's called officially). You've built 0 kernels from your tree so far (this gets reset when you clean up after your build). If you build again (with another patch), you'll see #1 and so on. Cheers, Paul 'WEiRD' de Weerd -- >++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+ +++++++++++>-]<.>++[<------------>-]<+.--------------.[-] http://www.weirdnet.nl/ [demime 1.01d removed an attachment of type application/pgp-signature]

