s/dnard/shark/
This commit is contained in:
parent
1bd3ec1b86
commit
f7d9c1c5ff
6
build.sh
6
build.sh
|
@ -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 @@ TOP=`pwd`
|
|||
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 @@ fi
|
|||
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
|
||||
|
|
|
@ -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 @@ LIBSA= ${SALIB}
|
|||
|
||||
.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 \
|
||||
|
|
|
@ -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 boothowto;
|
|||
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)
|
||||
|
|
Loading…
Reference in New Issue