Source-Changes-HG archive

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

[src/trunk]: src/distrib/hppa/ramdisk Increase IMAGESIZE to fix build.



details:   https://anonhg.NetBSD.org/src/rev/21030c182e01
branches:  trunk
changeset: 330056:21030c182e01
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jun 19 16:34:21 2014 +0000

description:
Increase IMAGESIZE to fix build.

diffstat:

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

diffs (16 lines):

diff -r 184710ac0f4b -r 21030c182e01 distrib/hppa/ramdisk/Makefile
--- a/distrib/hppa/ramdisk/Makefile     Thu Jun 19 15:09:50 2014 +0000
+++ b/distrib/hppa/ramdisk/Makefile     Thu Jun 19 16:34:21 2014 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 2014/02/28 09:50:48 skrll Exp $
+#      $NetBSD: Makefile,v 1.3 2014/06/19 16:34:21 skrll Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2600k
+IMAGESIZE=     3000k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index