Module Name: src Committed By: christos Date: Sun Oct 27 02:07:42 UTC 2019
Modified Files: src/distrib/sun3/miniroot: Makefile Log Message: make this a bit bigger to prepare for gcc-8 To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/distrib/sun3/miniroot/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/sun3/miniroot/Makefile diff -u src/distrib/sun3/miniroot/Makefile:1.47 src/distrib/sun3/miniroot/Makefile:1.48 --- src/distrib/sun3/miniroot/Makefile:1.47 Sun Jul 28 06:29:49 2019 +++ src/distrib/sun3/miniroot/Makefile Sat Oct 26 22:07:42 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2019/07/28 10:29:49 martin Exp $ +# $NetBSD: Makefile,v 1.48 2019/10/27 02:07:42 christos Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -6,7 +6,7 @@ .include <bsd.kernobj.mk> IMAGE= miniroot.fs -IMAGESIZE= 6m +IMAGESIZE= 6500k MAKEFS_FLAGS+= -o density=8k KERNEL3= ${KERNOBJDIR}/INSTALL/netbsd