Module Name: src
Committed By: christos
Date: Wed Nov 27 17:06:19 UTC 2024
Modified Files:
src/distrib/pmax/instkernel: Makefile
src/distrib/pmax/ramdisk: Makefile
Log Message:
bump for ssp build
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/distrib/pmax/instkernel/Makefile
cvs rdiff -u -r1.55 -r1.56 src/distrib/pmax/ramdisk/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.45 src/distrib/pmax/instkernel/Makefile:1.46
--- src/distrib/pmax/instkernel/Makefile:1.45 Sun Apr 25 19:40:05 2021
+++ src/distrib/pmax/instkernel/Makefile Wed Nov 27 12:06:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2021/04/25 23:40:05 christos Exp $
+# $NetBSD: Makefile,v 1.46 2024/11/27 17:06:18 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -10,7 +10,7 @@ SFX= 64
.endif
IMAGE= diskimage
-IMAGESIZE= 3584k
+IMAGESIZE= 4608k
LISTS= ${.CURDIR}/list${SFX}
MTREECONF= ${DISTRIBDIR}/common/mtree.dot
IMAGEENDIAN= le
Index: src/distrib/pmax/ramdisk/Makefile
diff -u src/distrib/pmax/ramdisk/Makefile:1.55 src/distrib/pmax/ramdisk/Makefile:1.56
--- src/distrib/pmax/ramdisk/Makefile:1.55 Sun Apr 25 19:40:06 2021
+++ src/distrib/pmax/ramdisk/Makefile Wed Nov 27 12:06:19 2024
@@ -1,15 +1,11 @@
-# $NetBSD: Makefile,v 1.55 2021/04/25 23:40:06 christos Exp $
+# $NetBSD: Makefile,v 1.56 2024/11/27 17:06:19 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGETAR= diskimage.tgz
-.if !empty(MACHINE_ARCH:Mmips*64el)
IMAGESIZE= 4500k
-.else
-IMAGESIZE= 4200k
-.endif
MAKEFS_FLAGS+= -f 15
WARNS= 1