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 Default FLOPPYMAX to 1 for i386...
details: https://anonhg.NetBSD.org/src/rev/0514cb4656c2
branches: trunk
changeset: 538248:0514cb4656c2
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Oct 16 00:59:24 2002 +0000
description:
Default FLOPPYMAX to 1 for i386 floppies, so the build will fail if an
image accidentally grows past 1 floppy and we didn't know about it.
diffstat:
distrib/i386/floppies/common/Makefile.bootfloppy | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 325031c941e2 -r 0514cb4656c2 distrib/i386/floppies/common/Makefile.bootfloppy
--- a/distrib/i386/floppies/common/Makefile.bootfloppy Tue Oct 15 23:10:32 2002 +0000
+++ b/distrib/i386/floppies/common/Makefile.bootfloppy Wed Oct 16 00:59:24 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootfloppy,v 1.13 2002/10/14 16:20:40 lukem Exp $
+# $NetBSD: Makefile.bootfloppy,v 1.14 2002/10/16 00:59:24 lukem Exp $
#
# Makefile snippet to create a set of USTAR floppies
#
@@ -17,6 +17,7 @@
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
+FLOPPYMAX?= 1
FLOPPYSIZE?= 2880
.if defined(FLOPPYSIZE) && (${FLOPPYSIZE} != 2880)
FLOPPYMETAFILE!= printf "USTAR.volsize.%o" ${FLOPPYSIZE}
Home |
Main Index |
Thread Index |
Old Index