Adjust ramdisk generation for self hosting, remove cross bits.
authordrahn <drahn@openbsd.org>
Fri, 14 May 2021 01:18:52 +0000 (01:18 +0000)
committerdrahn <drahn@openbsd.org>
Fri, 14 May 2021 01:18:52 +0000 (01:18 +0000)
distrib/riscv64/ramdisk/Makefile

index 386a7e9..cbabb2c 100644 (file)
@@ -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