From 566904b392479b1984ef2579d62d60a89f840e58 Mon Sep 17 00:00:00 2001 From: drahn Date: Fri, 14 May 2021 01:18:52 +0000 Subject: [PATCH] Adjust ramdisk generation for self hosting, remove cross bits. --- distrib/riscv64/ramdisk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distrib/riscv64/ramdisk/Makefile b/distrib/riscv64/ramdisk/Makefile index 386a7e95935..cbabb2cf6c2 100644 --- a/distrib/riscv64/ramdisk/Makefile +++ b/distrib/riscv64/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2021/04/27 23:57:38 drahn Exp $ +# $OpenBSD: Makefile,v 1.2 2021/05/14 01:18:52 drahn Exp $ FS= miniroot${OSrev}.img FSSIZE= 67584 @@ -17,7 +17,7 @@ MOUNT_ARGS_msdos=-o-l LISTS= ${.CURDIR}/list UTILS= ${.CURDIR}/../../miniroot -MRFSDISKTYPE= rdrootc +MRFSDISKTYPE= rdroot MRMAKEFSARGS= -o disklabel=${MRFSDISKTYPE},minfree=0,density=8192 all: ${FS} @@ -66,7 +66,7 @@ mr.fs: instbin makefs ${MRMAKEFSARGS} $@ $@.d instbin.mk instbin.cache instbin.c: instbin.conf - crunchgen -O obj.${HOST}.${MACHINE} -E -D ${.CURDIR}/../../.. -L /usr/cross/riscv64/usr/lib \ + crunchgen -E -D ${.CURDIR}/../../.. -L /usr/cross/riscv64/usr/lib \ -c instbin.c -e instbin -m instbin.mk instbin.conf instbin: instbin.mk instbin.cache instbin.c -- 2.20.1