Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sun3/ramdisk MAKEDEV no longer supports __ramdisk. ...



details:   https://anonhg.NetBSD.org/src/rev/2c5c52b279c6
branches:  trunk
changeset: 554241:2c5c52b279c6
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Oct 26 10:03:45 2003 +0000

description:
MAKEDEV no longer supports __ramdisk.  However, now we have too many device
nodes and the ramdisk overflows.

diffstat:

 distrib/sun3/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 699d56ec85b0 -r 2c5c52b279c6 distrib/sun3/ramdisk/Makefile
--- a/distrib/sun3/ramdisk/Makefile     Sun Oct 26 10:03:11 2003 +0000
+++ b/distrib/sun3/ramdisk/Makefile     Sun Oct 26 10:03:45 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.31 2003/04/02 10:39:21 fvdl Exp $
+#      $NetBSD: Makefile,v 1.32 2003/10/26 10:03:45 mycroft Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,7 +15,7 @@
 LISTS=         ${.CURDIR}/list
 MTREECONF=     ${.CURDIR}/mtree.conf
 IMAGEENDIAN=   be
-MAKEDEVTARGETS=        __ramdisk std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0 fd0
+MAKEDEVTARGETS=        std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0 fd0
 IMAGEDEPENDS=  ${CRUNCHBIN} \
                disktab fstab passwd protocols services sshrc welcome \
                ${NETBSDSRCDIR}/etc/netconfig



Home | Main Index | Thread Index | Old Index