Subject: Upgrade of NetBSD 1.6 to NetBSD 1.6.1?
To: None <netbsd-help@netbsd.org>
From: Tilo Riemer <t.riemer@visoel.de>
List: netbsd-help
Date: 03/21/2003 12:12:20
Hello,
I try to upgrade my running NetBSD 1.6 to 1.6.1... but I have some
problems. Here a description what I did (all in /usr/src:
- setting BSDOBJDIR:
export BSDOBJDIR=/usr/obj
- cleaning of src dir:
make cleandir
- update of netbsd sources:
cvsupdate -P -d -r netbsd-1-6
- using /usr/obj for objects...
make obj
- build toolchain
./build.sh tools
- build kernel
./build.sh kernel=MYKERNEL
but no kernel is built. There are two descriptions to upgrade NetBSD in
the document "Tracking NetBSD-current" ("Updating an existing system"
and "Building NetBSD from source"). What is the right way?
unless the kernel is not built the binaries from userland seems to built
and copied to / :-(((
I'm afraid that userland and kernel are out of sync now.
Can some help me?
Best regards, Tilo