Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/vax/ramdisk Slightly bump ramdisk size, so the conte...
details: https://anonhg.NetBSD.org/src/rev/36a15e23bbee
branches: trunk
changeset: 326282:36a15e23bbee
user: martin <martin%NetBSD.org@localhost>
date: Fri Jan 24 12:19:10 2014 +0000
description:
Slightly bump ramdisk size, so the content fits even when compiled with
gcc 4.8 (usually binaries are smaller or same size, this increase is
strange)
diffstat:
distrib/vax/ramdisk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 00d1072a6fd3 -r 36a15e23bbee distrib/vax/ramdisk/Makefile
--- a/distrib/vax/ramdisk/Makefile Fri Jan 24 12:16:10 2014 +0000
+++ b/distrib/vax/ramdisk/Makefile Fri Jan 24 12:19:10 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2013/11/27 19:54:10 martin Exp $
+# $NetBSD: Makefile,v 1.33 2014/01/24 12:19:10 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 1664k
+IMAGESIZE= 1760k
MAKEFS_FLAGS= -f 15
WARNS= 1
Home |
Main Index |
Thread Index |
Old Index