Module Name:    src
Committed By:   martin
Date:           Fri Jan 24 12:19:10 UTC 2014

Modified Files:
        src/distrib/vax/ramdisk: Makefile

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/distrib/vax/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/vax/ramdisk/Makefile
diff -u src/distrib/vax/ramdisk/Makefile:1.32 src/distrib/vax/ramdisk/Makefile:1.33
--- src/distrib/vax/ramdisk/Makefile:1.32	Wed Nov 27 19:54:10 2013
+++ src/distrib/vax/ramdisk/Makefile	Fri Jan 24 12:19:10 2014
@@ -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

Reply via email to