Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2000 15:56:47 -0700 (MST)
From:      John Reynolds~ <jreynold@sedona.ch.intel.com>
To:        Michael DeMutis <mike@2gen.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: CVSUp, MakeWorld, uname -a reports 3.3-RELEASE #0, Why?
Message-ID:  <14559.59183.562406.530021@hip186.ch.intel.com>
In-Reply-To: <3.0.3.32.20000327142623.0088ce90@tristo.netinc.ca>
References:  <200003271352.FAA01289@web1.allunix.com> <3.0.3.32.20000327142623.0088ce90@tristo.netinc.ca>

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

[ On Monday, March 27, Michael DeMutis wrote: ]
> I posted earlier about my cvsupfile.
> 
> Here it is again:
> 
> Here is my "cvsupfile"
> 
> I download all the sources, and run a make world.
> 
> After compiling all and installing all, my uname -a reports:
> 
> FreeBSD tristo.netinc.ca 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16
> 23:40:35 GMT 1999     jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC
> i386
> 
> Is there something I'm doing wrong?
> 
> Shouldn't it be reporting 3.4-STABLE and shouldn't the date be somewhere in
> the year 2000?

cvsup file looks good for 3.x-STABLE, but ... did you config and remake
your kernel (silly question but you didn't explicitly say it).

Just doing "make buildworld; make installworld" will not affect what
uname -a prints. You must rebuild and install the kernel:

 cd /usr/src/sys/i386/conf
 config MYKERNEL
 cd ../../compile/MYKERNEL
 make depend && make && make install

reboot :)

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| John Reynolds               WCCG, CCE, Higher Levels of Abstraction       |
| Intel Corporation   MS: CH6-210   Phone: 480-554-9092   pgr: 602-868-6512 |
| jreynold@sedona.ch.intel.com  http://www-aec.ch.intel.com/~jreynold/      |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


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?14559.59183.562406.530021>