Source-Changes-HG archive

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

[src/trunk]: src/distrib/ews4800mips/floppies/bootfloppy buildfloppies.sh: Im...



details:   https://anonhg.NetBSD.org/src/rev/8fbb4a00066d
branches:  trunk
changeset: 769749:8fbb4a00066d
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 21 16:13:51 2011 +0000

description:
buildfloppies.sh: Image is 29012 bytes (28 KB) too big to fit on 2 disks
So make it 3 floppes until someone finds a way to conserve space. The
build has been broken for months.

diffstat:

 distrib/ews4800mips/floppies/bootfloppy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29bd985b9c14 -r 8fbb4a00066d distrib/ews4800mips/floppies/bootfloppy/Makefile
--- a/distrib/ews4800mips/floppies/bootfloppy/Makefile  Wed Sep 21 15:36:33 2011 +0000
+++ b/distrib/ews4800mips/floppies/bootfloppy/Makefile  Wed Sep 21 16:13:51 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2005/12/29 16:01:30 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.2 2011/09/21 16:13:51 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -6,7 +6,7 @@
 FLOPPYBASE=    boot
 FLOPPYSIZE=    1989    # 2D excluding cylinder 0 side 0
 FLOPPYFILES=   boot netbsd
-FLOPPYMAX=     2
+FLOPPYMAX=     3
 FLOPPYSUFFIX=  .fs
 
 FLOPPY_RELEASEDIR=     installation/floppy



Home | Main Index | Thread Index | Old Index