Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/pmax/ramdisk bump image size for pmax64 builds.
details: https://anonhg.NetBSD.org/src/rev/b1dc7ff92c95
branches: trunk
changeset: 938402:b1dc7ff92c95
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Sep 07 09:05:10 2020 +0000
description:
bump image size for pmax64 builds.
diffstat:
distrib/pmax/ramdisk/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 2aac573a53d8 -r b1dc7ff92c95 distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile Mon Sep 07 07:48:23 2020 +0000
+++ b/distrib/pmax/ramdisk/Makefile Mon Sep 07 09:05:10 2020 +0000
@@ -1,11 +1,15 @@
-# $NetBSD: Makefile,v 1.53 2019/12/29 18:26:18 christos Exp $
+# $NetBSD: Makefile,v 1.54 2020/09/07 09:05:10 mrg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGETAR= diskimage.tgz
+.if ${MACHINE_ARCH} == "mips64el"
+IMAGESIZE= 4500k
+.else
IMAGESIZE= 4200k
+.endif
MAKEFS_FLAGS+= -f 15
WARNS= 1
Home |
Main Index |
Thread Index |
Old Index