Use ${TARGET}/dokern.sh instead of ${TARGET_ARCH}/dokern.sh.

(pc98/dokern.sh is (repository) copied from i386/dokern.sh.)
This commit is contained in:
Yoshihiro Takahashi 2002-09-10 13:06:53 +00:00
parent cebf94317e
commit 12290409a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103184

View File

@ -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 \