Subject: Re: src/sys/arch/m68k/conf/files.m68k
To: Rob Leland <leland@freetocreate.cais.com>
From: Chris G Demetriou <Chris_G_Demetriou@LAGAVULIN.PDL.CS.CMU.EDU>
List: current-users
Date: 04/29/1995 22:46:01
> m68k/conf/files.m68k:3: Syntax error
>
> I am compiling for the NetBSD/amiga and I am currently
> using `config` and not `config.new` like I should with the
> name changes.
>
>
> Did the new format for the m68k get deleted somehow?
>
> The 'files.m68k' and 'files.m68k.oldconfig' are identical.
> Unfortunately I don't a pre-sup of the kernel sources and
> so don't know if there should be a format difference.
Indeed, i biffed it; i forgot to check in the new files.m68k.
It's fixed now. i've included a shar file of the new files.m68k
below. It should show up in the next ftp area update.
chris
============================
#! /bin/sh
# This is a shell archive, meaning:
# 1. Remove everything above the #! /bin/sh line.
# 2. Save the resulting text in a file.
# 3. Execute the file with /bin/sh (not csh) to create:
# files.m68k
# This archive created: Sat Apr 29 22:45:25 1995
# By: Chris G. Demetriou (Kernel Hackers 'r' Us)
export PATH; PATH=/bin:/usr/bin:$PATH
if test -f 'files.m68k'
then
echo shar: "will not over-write existing file 'files.m68k'"
else
cat << \SHAR_EOF > 'files.m68k'
# $NetBSD: files.m68k,v 1.11 1995/04/30 02:44:44 cgd Exp $
#
file arch/m68k/m68k/db_disasm.c ddb
file arch/m68k/m68k/db_interface.c ddb
file arch/m68k/m68k/db_trace.c ddb
file arch/m68k/m68k/in_cksum.c inet
file arch/m68k/m68k/ns_cksum.c ns
file arch/m68k/m68k/oc_cksum.s inet
file arch/m68k/m68k/process_machdep.c
file arch/m68k/m68k/random.s
SHAR_EOF
fi
exit 0
# End of shell archive