Module Name:    src
Committed By:   christos
Date:           Wed Sep 21 16:13:51 UTC 2011

Modified Files:
        src/distrib/ews4800mips/floppies/bootfloppy: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/ews4800mips/floppies/bootfloppy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/ews4800mips/floppies/bootfloppy/Makefile
diff -u src/distrib/ews4800mips/floppies/bootfloppy/Makefile:1.1 src/distrib/ews4800mips/floppies/bootfloppy/Makefile:1.2
--- src/distrib/ews4800mips/floppies/bootfloppy/Makefile:1.1	Thu Dec 29 11:01:30 2005
+++ src/distrib/ews4800mips/floppies/bootfloppy/Makefile	Wed Sep 21 12:13:51 2011
@@ -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

Reply via email to