Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk Bump size to fix build.



details:   https://anonhg.NetBSD.org/src/rev/46395533d2ac
branches:  trunk
changeset: 336195:46395533d2ac
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 16 21:48:48 2015 +0000

description:
Bump size to fix build.

diffstat:

 distrib/evbarm/instkernel/sshramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 77d23ee3b2c1 -r 46395533d2ac distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Mon Feb 16 14:10:00 2015 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Mon Feb 16 21:48:48 2015 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.6 2014/10/31 08:43:24 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.7 2015/02/16 21:48:48 skrll Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     13m
+IMAGESIZE=     14m
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index