Source-Changes-HG archive

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

[src/trunk]: src/distrib/macppc/floppies/ramdisk I need 2244k for src/distrib...



details:   https://anonhg.NetBSD.org/src/rev/9fdaf5cd9608
branches:  trunk
changeset: 331288:9fdaf5cd9608
user:      gdt <gdt%NetBSD.org@localhost>
date:      Thu Aug 07 15:48:19 2014 +0000

description:
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.

diffstat:

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

diffs (16 lines):

diff -r 31e6802b7fc7 -r 9fdaf5cd9608 distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Thu Aug 07 15:15:48 2014 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Thu Aug 07 15:48:19 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index