Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/i386/floppies Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/7550a47f13b2
branches:  netbsd-1-5
changeset: 491586:7550a47f13b2
user:      he <he%NetBSD.org@localhost>
date:      Wed May 02 22:21:37 2001 +0000

description:
Apply patch (requested by he):
  Fix build problems by:
   o Decreasing bytes/inode, to fit the increased number of devices

diffstat:

 distrib/i386/floppies/ramdisk-big/Makefile         |  4 ++--
 distrib/i386/floppies/ramdisk-rescuesmall/Makefile |  4 ++--
 distrib/i386/floppies/ramdisk-small/Makefile       |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 23f75ce8df03 -r 7550a47f13b2 distrib/i386/floppies/ramdisk-big/Makefile
--- a/distrib/i386/floppies/ramdisk-big/Makefile        Wed May 02 22:20:48 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-big/Makefile        Wed May 02 22:21:37 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.2 2000/10/09 13:43:30 fvdl Exp $
+#      $NetBSD: Makefile,v 1.1.2.3 2001/05/02 22:21:37 he Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -38,7 +38,7 @@
            512/${RAMDISKSPC}/1/${RAMDISKCYLS}
        -disklabel ${VND_CDEV} >tmplabel
        disklabel -r -R ${VND_CDEV} tmplabel
-       newfs -B le -m 0 -o space -i 3950 -c 80 ${VND_RDEV} 
+       newfs -B le -m 0 -o space -i 3400 -c 80 ${VND_RDEV} 
        mount ${VND_DEV} ${MOUNT_POINT}
        mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -U
        TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
diff -r 23f75ce8df03 -r 7550a47f13b2 distrib/i386/floppies/ramdisk-rescuesmall/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuesmall/Makefile        Wed May 02 22:20:48 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/Makefile        Wed May 02 22:21:37 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2.2.2 2000/10/09 13:43:30 fvdl Exp $
+#      $NetBSD: Makefile,v 1.2.2.3 2001/05/02 22:21:37 he Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -36,7 +36,7 @@
        vnconfig -v -c ${VND_CDEV} ${IMAGE}.tmp 512/${RAMDISKSPC}/1/${RAMDISKCYLS}
        -disklabel ${VND_CDEV} >tmplabel
        disklabel -r -R ${VND_CDEV} tmplabel
-       newfs -B le -m 0 -o space -i 3950 -c 80 ${VND_RDEV} 
+       newfs -B le -m 0 -o space -i 2200 -c 80 ${VND_RDEV} 
        mount ${VND_DEV} ${MOUNT_POINT}
        mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -U
        TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
diff -r 23f75ce8df03 -r 7550a47f13b2 distrib/i386/floppies/ramdisk-small/Makefile
--- a/distrib/i386/floppies/ramdisk-small/Makefile      Wed May 02 22:20:48 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-small/Makefile      Wed May 02 22:21:37 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2.2.3 2001/02/03 19:23:32 he Exp $
+#      $NetBSD: Makefile,v 1.2.2.4 2001/05/02 22:21:37 he Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -37,7 +37,7 @@
            512/${RAMDISKSPC}/1/${RAMDISKCYLS}
        -disklabel ${VND_CDEV} >tmplabel
        disklabel -r -R ${VND_CDEV} tmplabel
-       newfs -B le -m 0 -o space -i 3250 -c 80 ${VND_RDEV} 
+       newfs -B le -m 0 -o space -i 2200 -c 80 ${VND_RDEV} 
        mount ${VND_DEV} ${MOUNT_POINT}
        mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -U
        TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \



Home | Main Index | Thread Index | Old Index