Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/dnard/shark/
details: https://anonhg.NetBSD.org/src/rev/e8db9cf1b079
branches: trunk
changeset: 522046:e8db9cf1b079
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Feb 10 18:28:12 2002 +0000
description:
s/dnard/shark/
diffstat:
build.sh | 6 +++---
sys/arch/shark/stand/ofwboot/Makefile | 4 ++--
sys/arch/shark/stand/ofwboot/boot.c | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (65 lines):
diff -r 7b0ac7f9d140 -r e8db9cf1b079 build.sh
--- a/build.sh Sun Feb 10 18:22:31 2002 +0000
+++ b/build.sh Sun Feb 10 18:28:12 2002 +0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: build.sh,v 1.41 2002/01/29 08:46:59 tv Exp $
+# $NetBSD: build.sh,v 1.42 2002/02/10 18:28:12 wiz Exp $
#
# Top level build wrapper, for a system containing no tools.
#
@@ -20,7 +20,7 @@
getarch () {
# Translate a MACHINE into a default MACHINE_ARCH.
case $MACHINE in
- arm26|dnard|evbarm|hpcarm|netwinder)
+ arm26|evbarm|hpcarm|netwinder|shark)
MACHINE_ARCH=arm;;
acorn32|arm32|cats)
@@ -343,7 +343,7 @@
eval cat <<EOF $makewrapout
#! /bin/sh
# Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from: \$NetBSD: build.sh,v 1.41 2002/01/29 08:46:59 tv Exp $
+# Generated from: \$NetBSD: build.sh,v 1.42 2002/02/10 18:28:12 wiz Exp $
#
EOF
diff -r 7b0ac7f9d140 -r e8db9cf1b079 sys/arch/shark/stand/ofwboot/Makefile
--- a/sys/arch/shark/stand/ofwboot/Makefile Sun Feb 10 18:22:31 2002 +0000
+++ b/sys/arch/shark/stand/ofwboot/Makefile Sun Feb 10 18:28:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2002/02/10 01:58:15 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2002/02/10 18:28:13 wiz Exp $
S= ${.CURDIR}/../../../..
@@ -56,7 +56,7 @@
.PHONY: vers.c
vers.c: version
- sh ${S}/conf/newvers_stand.sh ${.CURDIR}/version "dnard" ${NEWVERSWHAT}
+ sh ${S}/conf/newvers_stand.sh ${.CURDIR}/version "shark" ${NEWVERSWHAT}
${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
${LD} -s -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET}.aout \
diff -r 7b0ac7f9d140 -r e8db9cf1b079 sys/arch/shark/stand/ofwboot/boot.c
--- a/sys/arch/shark/stand/ofwboot/boot.c Sun Feb 10 18:22:31 2002 +0000
+++ b/sys/arch/shark/stand/ofwboot/boot.c Sun Feb 10 18:28:12 2002 +0000
@@ -1,5 +1,5 @@
#define DEBUG
-/* $NetBSD: boot.c,v 1.1 2002/02/10 01:58:16 thorpej Exp $ */
+/* $NetBSD: boot.c,v 1.2 2002/02/10 18:28:13 wiz Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -106,7 +106,7 @@
int debug;
static int ofw_version = 0;
-static char *kernels[] = { "/netbsd", "/netbsd.gz", "/netbsd.dnard", NULL };
+static char *kernels[] = { "/netbsd", "/netbsd.gz", "/netbsd.shark", NULL };
static void
prom2boot(dev)
Home |
Main Index |
Thread Index |
Old Index