Source-Changes-HG archive

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

[src/trunk]: src/distrib/amd64/floppies increase floppy limit to 3, the 2.0-b...



details:   https://anonhg.NetBSD.org/src/rev/6f213a27497d
branches:  trunk
changeset: 569904:6f213a27497d
user:      chs <chs%NetBSD.org@localhost>
date:      Mon Sep 13 08:32:19 2004 +0000

description:
increase floppy limit to 3, the 2.0-branch autobuild overflows 2.

diffstat:

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

diffs (26 lines):

diff -r d09864b83a24 -r 6f213a27497d distrib/amd64/floppies/bootfloppy-com/Makefile
--- a/distrib/amd64/floppies/bootfloppy-com/Makefile    Mon Sep 13 01:46:39 2004 +0000
+++ b/distrib/amd64/floppies/bootfloppy-com/Makefile    Mon Sep 13 08:32:19 2004 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.2 2003/07/26 08:32:18 dsl Exp $
+#      $NetBSD: Makefile,v 1.3 2004/09/13 08:32:19 chs Exp $
 
 FLOPPYBASE=    boot-com
-FLOPPYMAX=     2
+FLOPPYMAX=     3
 FLOPPYKERNEL=  netbsd-INSTALL.gz
 FLOPPYBOOTOPTIONS=     -o console=com0
 
diff -r d09864b83a24 -r 6f213a27497d distrib/amd64/floppies/bootfloppy/Makefile
--- a/distrib/amd64/floppies/bootfloppy/Makefile        Mon Sep 13 01:46:39 2004 +0000
+++ b/distrib/amd64/floppies/bootfloppy/Makefile        Mon Sep 13 08:32:19 2004 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.1 2003/04/26 18:55:40 fvdl Exp $
+#      $NetBSD: Makefile,v 1.2 2004/09/13 08:32:19 chs Exp $
 
 FLOPPYBASE=    boot
-FLOPPYMAX=     2
+FLOPPYMAX=     3
 FLOPPYKERNEL=  netbsd-INSTALL.gz
 
 .include "${.CURDIR}/../common/Makefile.bootfloppy"



Home | Main Index | Thread Index | Old Index