Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/16/2000 14:56:16
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sun Jul 16 21:56:15 UTC 2000

Modified Files:
	syssrc/sys/arch/sun3/stand: Makefile.inc
	syssrc/sys/arch/sun3/stand/bootxx: Makefile
	syssrc/sys/arch/sun3/stand/installboot: Makefile
	syssrc/sys/arch/sun3/stand/libsa: Makefile libsa.h xxboot.c
	syssrc/sys/arch/sun3/stand/netboot: Makefile conf.c
	syssrc/sys/arch/sun3/stand/tapeboot: boot.c
	syssrc/sys/arch/sun3/stand/ufsboot: Makefile conf.c
Added Files:
	syssrc/sys/arch/sun3/stand/libsa: version
Removed Files:
	syssrc/sys/arch/sun3/stand/libsa: version.c

Log Message:
convert to use version template and newvers_stand.sh script for generating
	bootblock revision strings, use bootbock_name[] (i.e. "NetBSD/sun3")
	in initial bootblock messages instead of just "NetBSD"

while here, do sligh Makefile cleanup to share more code between them and also
	to make buildable on NetBSD 1.4.1 (my test compile system)
get rid of the XX define hack for netboot & ufsboot, build xxboot.c as
	part of libsa - previos main() was renamed to xxboot_main(), main()
	is now in respective conf.c files and calls xxboot_main() with
	appropriate name of boot block type

XXX I had no chance to actually test the resulting bootblocks, but the
changes were fairly streightforward and should no influence functionality of
boot code


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/sun3/stand/Makefile.inc
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/sun3/stand/bootxx/Makefile
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/sun3/stand/installboot/Makefile
cvs rdiff -r1.23 -r1.24 syssrc/sys/arch/sun3/stand/libsa/Makefile
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/sun3/stand/libsa/libsa.h
cvs rdiff -r0 -r1.1 syssrc/sys/arch/sun3/stand/libsa/version
cvs rdiff -r1.7 -r0 syssrc/sys/arch/sun3/stand/libsa/version.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sun3/stand/libsa/xxboot.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/sun3/stand/netboot/Makefile
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/sun3/stand/netboot/conf.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/sun3/stand/tapeboot/boot.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/sun3/stand/ufsboot/Makefile
cvs rdiff -r1.1.1.1 -r1.2 syssrc/sys/arch/sun3/stand/ufsboot/conf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.