diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-26 18:35:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-26 18:35:51 +0000 |
commit | 1cf71b79c8672180173c9bedc91175973aa303ce (patch) | |
tree | a569510f5cfff697c4b92b10a35ff618996c6264 /distrib/alpha | |
parent | d1e8bfd539f52ee0cfe92352cc8c033252424a85 (diff) |
update from netbsd
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/README.files | 9 | ||||
-rw-r--r-- | distrib/alpha/rz25dist/Makefile | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/distrib/alpha/README.files b/distrib/alpha/README.files index b5316c88d74..00cb47e4afd 100644 --- a/distrib/alpha/README.files +++ b/distrib/alpha/README.files @@ -1,12 +1,13 @@ -$NetBSD: README.files,v 1.1 1995/10/16 04:55:16 cgd Exp $ +$NetBSD: README.files,v 1.3 1995/12/21 02:40:49 cgd Exp $ README.files This list. -Files are organized by release, numbered by year, month, and date, in -the form: YYMMDD +Snapshots are organized by release, numbered by year, month, and date, in +directories with names of the form "YYMMDD". In each directory: +README_FIRST Important last-minute notes about the snapshot. README Installation notes; probably incomplete. STATUS Status of NetBSD/Alpha. TODO.users Things that I think users could do to help out. @@ -14,7 +15,7 @@ TODO.users Things that I think users could do to help out. bin/ Directory with binaries for this snapshot. bin.tar.gz Everything on the disk image except /etc, - /usr/X11R6, and the kernel. + /usr/X11R6, /boot, and the kernel. etc.tar.gz /etc from the disk image. netbsd.gz Gzipped GENERIC kernel (also on disk image). netbsd.gdb.gz Gzipped GENERIC kernel w/debugging symbols. diff --git a/distrib/alpha/rz25dist/Makefile b/distrib/alpha/rz25dist/Makefile index 9969e506669..2f675c4ec23 100644 --- a/distrib/alpha/rz25dist/Makefile +++ b/distrib/alpha/rz25dist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1995/12/09 05:27:22 cgd Exp $ +# $NetBSD: Makefile,v 1.12 1995/12/21 14:22:25 cgd Exp $ # Make a distribution for the alpha, on a spare disk. # This creates a large, gzipped disk image in ${.OBJDIR} @@ -36,7 +36,7 @@ build-fs: cp ${.CURDIR}/../../../sys/arch/alpha/compile/GENERIC/netbsd ${DESTDIR} ln -s gcc ${DESTDIR}/usr/local/bin/cc ln -s \ - ../local/lib/gcc-lib/alpha-unknown-netbsd1.0A./2.7-95q4/cpp \ + ../local/lib/gcc-lib/alpha-unknown-netbsd1.1A./2.7-95q4/cpp \ ${DESTDIR}/usr/libexec ln -s ../local/bin/ar ${DESTDIR}/usr/bin ln -s ../local/bin/as ${DESTDIR}/usr/bin |