From 068e34af198b88afc48b49bf69746ab25c1fff06 Mon Sep 17 00:00:00 2001 From: nyan Date: Tue, 10 Sep 2002 13:06:53 +0000 Subject: Use ${TARGET}/dokern.sh instead of ${TARGET_ARCH}/dokern.sh. (pc98/dokern.sh is (repository) copied from i386/dokern.sh.) --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index 7acd232..d345cb3 100644 --- a/release/Makefile +++ b/release/Makefile @@ -916,7 +916,7 @@ doMFSKERN: @echo "Running ${.TARGET} for ${FSIMAGE}" @rm -f ${RD}/kernels/BOOTMFS ${RD}/kernels/BOOTMFS.${FSIMAGE} @cd ${.CURDIR}/../sys/${TARGET}/conf && \ - sh ${.CURDIR}/${TARGET_ARCH}/dokern.sh ${FDSIZE} < GENERIC > BOOTMFS && \ + sh ${.CURDIR}/${TARGET}/dokern.sh ${FDSIZE} < GENERIC > BOOTMFS && \ [ -r GENERIC.hints ] && cp GENERIC.hints BOOTMFS.hints .if exists(${.CURDIR}/${TARGET}/drivers.conf) @awk -f ${.CURDIR}/scripts/driver-remove.awk \ -- cgit v1.1