Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/pmax Pull up rev 1.2 from trunk.
details: https://anonhg.NetBSD.org/src/rev/67e01bf79797
branches: netbsd-1-4
changeset: 468065:67e01bf79797
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Apr 05 15:07:18 1999 +0000
description:
Pull up rev 1.2 from trunk.
diffstat:
distrib/pmax/instkernel/Makefile | 19 +++++++++----------
distrib/pmax/ramdisk/list | 7 ++++---
2 files changed, 13 insertions(+), 13 deletions(-)
diffs (77 lines):
diff -r cb9c746b059a -r 67e01bf79797 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile Mon Apr 05 14:35:14 1999 +0000
+++ b/distrib/pmax/instkernel/Makefile Mon Apr 05 15:07:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/12/05 07:33:13 jonathan Exp $
+# $NetBSD: Makefile,v 1.1.2.1 1999/04/05 15:07:18 simonb Exp $
KERN= ${.CURDIR}/../../../sys/arch/pmax/compile/RAMDISK/netbsd
@@ -8,17 +8,16 @@
CLEANFILES= netbsd.tmp netbsd.ecoff netbsd.ecoff.gz \
netbsd.aout netbsd.aout.gz
-all: netbsd.ram.gz
+all: netbsd.gz
-netbsd.ram.gz: ${KERN} ${RAMDISK}
- cp ${KERN} netbsd.tmp
- mdsetimage -v netbsd.tmp ${RAMDISK}
- elf2ecoff netbsd.tmp netbsd.ecoff
+netbsd.gz: ${KERN} ${RAMDISK}
+ cp ${KERN} netbsd
+ mdsetimage -v netbsd ${RAMDISK}
+ elf2ecoff netbsd netbsd.ecoff
rm -f netbsd.ecoff.gz
- gzip netbsd.ecoff
- elf2aout netbsd.tmp netbsd.aout
- rm -f netbsd.aout.gz
- gzip netbsd.aout
+ gzip -9 netbsd.ecoff
+ rm -f netbsd.gz
+ gzip -9 netbsd
clean cleandir distclean:
rm -f ${CLEANFILES}
diff -r cb9c746b059a -r 67e01bf79797 distrib/pmax/ramdisk/list
--- a/distrib/pmax/ramdisk/list Mon Apr 05 14:35:14 1999 +0000
+++ b/distrib/pmax/ramdisk/list Mon Apr 05 15:07:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.1 1998/11/27 23:10:29 jonathan Exp $
+# $NetBSD: list,v 1.1.2.1 1999/04/05 15:07:31 simonb Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/ramdiskbin ramdiskbin
@@ -14,6 +14,7 @@
LINK ramdiskbin bin/mkdir
LINK ramdiskbin bin/mt
LINK ramdiskbin bin/mv
+LINK ramdiskbin bin/pax
LINK ramdiskbin bin/pwd
LINK ramdiskbin bin/rm
LINK ramdiskbin bin/sh
@@ -44,6 +45,7 @@
LINK ramdiskbin sbin/slattach
LINK ramdiskbin sbin/umount
SYMLINK /bin/cat usr/bin/chgrp
+SYMLINK /bin/cat usr/bin/cpio
SYMLINK /bin/cat usr/bin/ftp
SYMLINK /bin/cat usr/bin/gunzip
SYMLINK /bin/cat usr/bin/gzcat
@@ -54,7 +56,6 @@
SYMLINK /bin/cat usr/bin/tar
SYMLINK /bin/cat usr/bin/tip
SYMLINK /bin/cat usr/bin/tset
-SYMLINK /bin/cat usr/mdec/installboot
SYMLINK /bin/cat usr/sbin/bad144
SYMLINK /bin/cat usr/sbin/chown
SYMLINK /bin/cat usr/sbin/chroot
@@ -64,7 +65,7 @@
# copy the MAKEDEV script and make some devices
COPY ${CURDIR}/../../../etc/etc.pmax/MAKEDEV dev/MAKEDEV
#SPECIAL cd dev; sh MAKEDEV minimal
-SPECIAL cd dev; sh MAKEDEV minimal
+SPECIAL cd dev; sh MAKEDEV minimal pty0
SPECIAL /bin/rm dev/MAKEDEV
# we need the boot blocks /usr/mdec
Home |
Main Index |
Thread Index |
Old Index