Module Name: src
Committed By: gdt
Date: Thu Aug 7 15:48:19 UTC 2014
Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile
Log Message:
I need 2244k for src/distrib/macppc/floppies/ramdisk, rather than
2240k. My build is normal, with a few uncommitted changes that really
shouldn't change the install situation. Because 2240k isn't near a
magic boundary, just increase it a hair.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/macppc/floppies/ramdisk/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/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.43 src/distrib/macppc/floppies/ramdisk/Makefile:1.44
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.43 Wed Aug 6 13:57:15 2014
+++ src/distrib/macppc/floppies/ramdisk/Makefile Thu Aug 7 15:48:19 2014
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.43 2014/08/06 13:57:15 martin Exp $
+# $NetBSD: Makefile,v 1.44 2014/08/07 15:48:19 gdt Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2240k
+IMAGESIZE= 2244k
MAKEFS_FLAGS= -f 15
WARNS= 1