Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 07/28/2004 09:17:31
Module Name:	src
Committed By:	skrll
Date:		Wed Jul 28 09:17:31 UTC 2004

Modified Files:
	src/distrib/sets/lists/base: md.hp700
	src/sys/arch/hp700/hp700: disksubr.c
	src/sys/arch/hp700/include: disklabel.h
	src/sys/arch/hp700/stand: Makefile.inc
	src/sys/arch/hp700/stand/common: lif.c
	src/sys/arch/hp700/stand/mkboot: Makefile mkboot.c
	src/sys/sys: bootblock.h
	src/tools: Makefile
Added Files:
	src/tools/hp700-mkboot: Makefile

Log Message:
Build hp700's mkboot as a host tool called nbhp700-mkboot. mkboot also
gets built and installed in a hp700 distribution.

TODO

- merge with hp300

- pick a preferred method for dealing with the elf headers.
  hp700-mkboot and prep-mkbootimage (bintuils) vs mips-elf2ecoff and
  tools/installboot


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/distrib/sets/lists/base/md.hp700
cvs rdiff -r1.11 -r1.12 src/sys/arch/hp700/hp700/disksubr.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/hp700/include/disklabel.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/hp700/stand/Makefile.inc
cvs rdiff -r1.4 -r1.5 src/sys/arch/hp700/stand/common/lif.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/hp700/stand/mkboot/Makefile
cvs rdiff -r1.4 -r1.5 src/sys/arch/hp700/stand/mkboot/mkboot.c
cvs rdiff -r1.27 -r1.28 src/sys/sys/bootblock.h
cvs rdiff -r1.82 -r1.83 src/tools/Makefile
cvs rdiff -r0 -r1.1 src/tools/hp700-mkboot/Makefile

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