Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools remove now-unnecessary sparc-installboot
details: https://anonhg.NetBSD.org/src/rev/44037361c450
branches: trunk
changeset: 526648:44037361c450
user: lukem <lukem%NetBSD.org@localhost>
date: Tue May 07 12:12:53 2002 +0000
description:
remove now-unnecessary sparc-installboot
diffstat:
tools/Makefile | 6 +-----
tools/sparc-installboot/Makefile | 8 --------
tools/sparc-installboot/machine/loadfile_machdep.h | 3 ---
3 files changed, 1 insertions(+), 16 deletions(-)
diffs (39 lines):
diff -r 84774f7c9b6e -r 44037361c450 tools/Makefile
--- a/tools/Makefile Tue May 07 12:06:06 2002 +0000
+++ b/tools/Makefile Tue May 07 12:12:53 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2002/05/03 20:35:46 kleink Exp $
+# $NetBSD: Makefile,v 1.49 2002/05/07 12:12:53 lukem Exp $
.include <bsd.own.mk>
@@ -32,10 +32,6 @@
SUBDIR+= prep-mkbootimage
.endif
-.if ${MACHINE} == sparc || ${MACHINE} == sparc64
-SUBDIR+= sparc-installboot
-.endif
-
.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
SUBDIR+= mips-elf2ecoff
.endif
diff -r 84774f7c9b6e -r 44037361c450 tools/sparc-installboot/Makefile
--- a/tools/sparc-installboot/Makefile Tue May 07 12:06:06 2002 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# $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 84774f7c9b6e -r 44037361c450 tools/sparc-installboot/machine/loadfile_machdep.h
--- a/tools/sparc-installboot/machine/loadfile_machdep.h Tue May 07 12:06:06 2002 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* $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