Source-Changes-HG archive

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

[src/netbsd-8]: src/distrib/evbarm/instkernel/sshramdisk Pull up the followin...



details:   https://anonhg.NetBSD.org/src/rev/adfe13e6f3ba
branches:  netbsd-8
changeset: 445531:adfe13e6f3ba
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Nov 01 07:52:59 2018 +0000

description:
Pull up the following trying to fix the build:

        distrib/evbarm/instkernel/sshramdisk/Makefile   1.16,1.17

Bump image size to 28000k.

diffstat:

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

diffs (16 lines):

diff -r 3364a775645e -r adfe13e6f3ba distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Wed Oct 31 10:39:55 2018 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Thu Nov 01 07:52:59 2018 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.15 2017/03/18 17:07:04 sevan Exp $
+#      $NetBSD: Makefile,v 1.15.4.1 2018/11/01 07:52:59 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     22000k
+IMAGESIZE=     28000k
 MAKEFS_FLAGS+= -f 15
 
 .if ${MKREPRO_TIMESTAMP:Uno} != "no"



Home | Main Index | Thread Index | Old Index