Subject: Build success -- ELF cvsup from AOUT sup
To: None <port-hp300@netbsd.org>
From: hp300 NetBSD list <hp300@mrynet.com>
List: port-hp300
Date: 01/15/2001 11:41:51
Just to let everyone know, I've successfully converted from a system running
NetBSD 1.5 Release tree distributed by sup(1) to the 1.5 current sources
distributed by cvsup(1).

For anyone else attempting this, the following steps were found to be
necessary:

	o	Install the hp300 ELF snapshot at
		ftp://ftp.netbsd.org/pub/NetBSD/arch/hp300/snapshot/20010106 
		following the instructions for upgrading at
		ftp://ftp.netbsd.org/pub/NetBSD/arch/hp300/snapshot/elf-upgrade/README.ELF-UPGRADE
		See Simon Burge's previous announcement for ELF:
		http://mail-index.netbsd.org/port-hp300/2001/01/07/0000.html

	o	Build and install libc 
		cd /usr/src/libc;make dependall install

	o	Build and install lint
		cd /usr/src/usr.bin/xlint; make dependall install

	o	Build and install ldconfig
		cd /usr/src/sbin/ldconfig; make dependall install

	o	'make build' from /usr/src.

	o	build and boot a new kernel.

Thanks to all who worked on the ELF conversion, and particularly to
Simon Burge who addressed issues I had building the source after the
ELF conversion.

Regards,
-scott