Module Name: src
Committed By: martin
Date: Sat Feb 1 12:40:55 UTC 2025
Modified Files:
src/distrib/sparc64/xminiroot: Makefile
Log Message:
Bump image to 18MB, llvm generates larger code that won't fit otherwise
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/distrib/sparc64/xminiroot/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/sparc64/xminiroot/Makefile
diff -u src/distrib/sparc64/xminiroot/Makefile:1.35 src/distrib/sparc64/xminiroot/Makefile:1.36
--- src/distrib/sparc64/xminiroot/Makefile:1.35 Thu Jan 9 19:09:47 2025
+++ src/distrib/sparc64/xminiroot/Makefile Sat Feb 1 12:40:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2025/01/09 19:09:47 martin Exp $
+# $NetBSD: Makefile,v 1.36 2025/02/01 12:40:54 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,7 +7,7 @@
.include "${.CURDIR}/../instfs/Makefile.instfs"
IMAGE= miniroot.fs
-NUMCYLS= 17 # size of image in MB, tune this if we need more space
+NUMCYLS= 18 # size of image in MB, tune this if we need more space
# (slightly bigger than ../instfs IMGSIZE)
SECSPERCYL= 2048
CYLSIZE= $$(( ${SECSPERCYL} * 512 ))