Sun Aug 16 11:43:36 2020 UTC ()
bump image from 3000k to 3.5M.  thanks, time.


(mrg)
diff -r1.43 -r1.44 src/distrib/pmax/instkernel/Makefile

cvs diff -r1.43 -r1.44 src/distrib/pmax/instkernel/Makefile (expand / switch to unified diff)

--- src/distrib/pmax/instkernel/Makefile 2019/04/07 20:28:55 1.43
+++ src/distrib/pmax/instkernel/Makefile 2020/08/16 11:43:36 1.44
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.43 2019/04/07 20:28:55 christos Exp $ 1# $NetBSD: Makefile,v 1.44 2020/08/16 11:43:36 mrg Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5 5
6.include <bsd.kernobj.mk> 6.include <bsd.kernobj.mk>
7 7
8.if ${MACHINE_ARCH} == "mips64el" 8.if ${MACHINE_ARCH} == "mips64el"
9SFX= 64 9SFX= 64
10.endif 10.endif
11 11
12IMAGE= diskimage 12IMAGE= diskimage
13IMAGESIZE= 3000k 13IMAGESIZE= 3584k
14LISTS= ${.CURDIR}/list${SFX} 14LISTS= ${.CURDIR}/list${SFX}
15MTREECONF= ${DISTRIBDIR}/common/mtree.dot 15MTREECONF= ${DISTRIBDIR}/common/mtree.dot
16IMAGEENDIAN= le 16IMAGEENDIAN= le
17PRIMARYBOOT= ${DESTDIR}/usr/mdec/bootxx_ffs 17PRIMARYBOOT= ${DESTDIR}/usr/mdec/bootxx_ffs
18IMAGEDEPENDS= netbsd-INSTALL${SFX}.gz ${DESTDIR}/usr/mdec/boot.pmax ${PRIMARYBOOT} 18IMAGEDEPENDS= netbsd-INSTALL${SFX}.gz ${DESTDIR}/usr/mdec/boot.pmax ${PRIMARYBOOT}
19IMAGEPOSTBUILD= ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} ${PRIMARYBOOT} 19IMAGEPOSTBUILD= ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} ${PRIMARYBOOT}
20 20
21RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 21RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
22RAMDISK= ${RAMDISKDIR}/ramdisk.fs 22RAMDISK= ${RAMDISKDIR}/ramdisk.fs
23 23
24MDSETTARGETS= RAMDISK${SFX} ${RAMDISK} netbsd-INSTALL${SFX} 24MDSETTARGETS= RAMDISK${SFX} ${RAMDISK} netbsd-INSTALL${SFX}
25MDSET_RELEASEDIR= binary/kernel 25MDSET_RELEASEDIR= binary/kernel
26 26