Module Name: src Committed By: mrg Date: Thu Feb 22 07:21:10 UTC 2018
Modified Files: src/distrib/pmax/instkernel: Makefile Log Message: bump image size for gcc 6 bloaty mc bloat face. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/distrib/pmax/instkernel/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/pmax/instkernel/Makefile diff -u src/distrib/pmax/instkernel/Makefile:1.39 src/distrib/pmax/instkernel/Makefile:1.40 --- src/distrib/pmax/instkernel/Makefile:1.39 Mon Feb 25 16:52:57 2013 +++ src/distrib/pmax/instkernel/Makefile Thu Feb 22 07:21:10 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2013/02/25 16:52:57 mhitch Exp $ +# $NetBSD: Makefile,v 1.40 2018/02/22 07:21:10 mrg Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -10,7 +10,7 @@ SFX= 64 .endif IMAGE= diskimage -IMAGESIZE= 2600k +IMAGESIZE= 2800k LISTS= ${.CURDIR}/list${SFX} MTREECONF= ${DISTRIBDIR}/common/mtree.dot IMAGEENDIAN= le