diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
commit | ca20eee8a154b2ffc9df0940a63371bcd284aaed (patch) | |
tree | 2be4056cd94f078774d7c965c865f62e5289467a /distrib/alpha | |
parent | d44dfb5d692e3c38d987ca775af156909295c7b3 (diff) |
Did some s/NetBSD/OpenBSD/, s/netbsd/bsd/ and $OpenBSD$ additions.
However this stuff is largely related to NetBSD and must be completely
redone, if we will make real relases sometime
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/README.files | 13 | ||||
-rw-r--r-- | distrib/alpha/rz25dist/Makefile | 5 |
2 files changed, 10 insertions, 8 deletions
diff --git a/distrib/alpha/README.files b/distrib/alpha/README.files index 00cb47e4afd..e3766e337a4 100644 --- a/distrib/alpha/README.files +++ b/distrib/alpha/README.files @@ -1,3 +1,4 @@ +$OpenBSD: README.files,v 1.3 1996/04/25 21:27:17 niklas Exp $ $NetBSD: README.files,v 1.3 1995/12/21 02:40:49 cgd Exp $ README.files This list. @@ -9,7 +10,7 @@ In each directory: README_FIRST Important last-minute notes about the snapshot. README Installation notes; probably incomplete. -STATUS Status of NetBSD/Alpha. +STATUS Status of OpenBSD/Alpha. TODO.users Things that I think users could do to help out. bin/ Directory with binaries for this snapshot. @@ -17,10 +18,10 @@ bin/ Directory with binaries for this snapshot. bin.tar.gz Everything on the disk image except /etc, /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. - netbsd_nfs.gz Gzipped GENERIC_NFS kernel. - netbsd_nfs.gdb.gz Gzipped GENERIC_NFS kernel w/debugging symbols. + bsd.gz Gzipped GENERIC kernel (also on disk image). + bsd.gdb.gz Gzipped GENERIC kernel w/debugging symbols. + bsd_nfs.gz Gzipped GENERIC_NFS kernel. + bsd_nfs.gdb.gz Gzipped GENERIC_NFS kernel w/debugging symbols. rz25-image.gz Disk image, of an RZ25, for installation. x11.tar.gz /usr/X11R6 from the disk image. @@ -32,5 +33,5 @@ src/ Directory with sources for this snapshot. cygnus.tar.gz Toolchain (gcc, gas, ld, etc.) sources used to build the compiler toolchain. sys.tar.gz Kernel sources. - userland-diffs.gz Diffs from the NetBSD-current user-land + userland-diffs.gz Diffs from the OpenBSD-current user-land sources used to build the distribution. diff --git a/distrib/alpha/rz25dist/Makefile b/distrib/alpha/rz25dist/Makefile index 2f675c4ec23..bebace2b149 100644 --- a/distrib/alpha/rz25dist/Makefile +++ b/distrib/alpha/rz25dist/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.4 1996/04/25 21:27:25 niklas Exp $ # $NetBSD: Makefile,v 1.12 1995/12/21 14:22:25 cgd Exp $ # Make a distribution for the alpha, on a spare disk. @@ -33,7 +34,7 @@ build-fs: cd ${.CURDIR}/../../../cygnus && \ make prefix=${DESTDIR}/usr/local install cd ${.CURDIR}/../../../xc && make install install.man - cp ${.CURDIR}/../../../sys/arch/alpha/compile/GENERIC/netbsd ${DESTDIR} + cp ${.CURDIR}/../../../sys/arch/alpha/compile/GENERIC/bsd ${DESTDIR} ln -s gcc ${DESTDIR}/usr/local/bin/cc ln -s \ ../local/lib/gcc-lib/alpha-unknown-netbsd1.1A./2.7-95q4/cpp \ @@ -64,7 +65,7 @@ rz25-image.gz: mount-fs build-fs unmount-fs bin.tar.gz: mount-fs build-fs /bin/rm -f $@ (cd ${DESTDIR} ; find . | grep -v '^./etc' | \ - grep -v '^./usr/X11R6' | grep -v '^./netbsd' | \ + grep -v '^./usr/X11R6' | grep -v '^./bsd' | \ grep -v '^./boot' | pax -w -d | gzip -9) > $@ etc.tar.gz: mount-fs build-fs |