Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/sparc-installboot build a sparc/sparc64 useful install...
details: https://anonhg.NetBSD.org/src/rev/341ae1d3f894
branches: trunk
changeset: 520069:341ae1d3f894
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jan 02 05:26:58 2002 +0000
description:
build a sparc/sparc64 useful installboot. called nbsparc-installboot
diffstat:
tools/sparc-installboot/Makefile | 8 ++++++++
tools/sparc-installboot/machine/loadfile_machdep.h | 3 +++
2 files changed, 11 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r fcc8f6ea1313 -r 341ae1d3f894 tools/sparc-installboot/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/sparc-installboot/Makefile Wed Jan 02 05:26:58 2002 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2002/01/02 05:26:58 mrg Exp $
+
+HOSTPROGNAME= nbsparc-installboot
+HOST_SRCDIR= sys/arch/sparc/stand/installboot
+
+HOST_CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/../..
+
+.include "${.CURDIR}/../Makefile.host"
diff -r fcc8f6ea1313 -r 341ae1d3f894 tools/sparc-installboot/machine/loadfile_machdep.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/sparc-installboot/machine/loadfile_machdep.h Wed Jan 02 05:26:58 2002 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: loadfile_machdep.h,v 1.1 2002/01/02 05:26:58 mrg Exp $ */
+
+#include <sys/arch/sparc/include/loadfile_machdep.h>
Home |
Main Index |
Thread Index |
Old Index