Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/common Reduce free inode count by one ...



details:   https://anonhg.NetBSD.org/src/rev/4d4c89a6d3c9
branches:  trunk
changeset: 524967:4d4c89a6d3c9
user:      groo <groo%NetBSD.org@localhost>
date:      Wed Apr 03 03:12:28 2002 +0000

description:
Reduce free inode count by one so ramdisk-big builds.

diffstat:

 distrib/i386/floppies/common/Makefile.ramdisk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 17ade7a00ab4 -r 4d4c89a6d3c9 distrib/i386/floppies/common/Makefile.ramdisk
--- a/distrib/i386/floppies/common/Makefile.ramdisk     Wed Apr 03 02:59:13 2002 +0000
+++ b/distrib/i386/floppies/common/Makefile.ramdisk     Wed Apr 03 03:12:28 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.ramdisk,v 1.14 2002/04/01 12:16:12 lukem Exp $
+#      $NetBSD: Makefile.ramdisk,v 1.15 2002/04/03 03:12:28 groo Exp $
 
 TOP=   ${.CURDIR}/..
 
@@ -24,7 +24,7 @@
 
 .if defined(USE_SYSINST)
 LISTS+=                ${DISTRIBDIR}/common/list.sysinst
-MAKEFS_FLAGS+= -f 15
+MAKEFS_FLAGS+= -f 14
 .endif
 
 # Use stubs to eliminate some large stuff from libc



Home | Main Index | Thread Index | Old Index