Revert "build/kernel: kldxref fixup, build host seems to be used"

This reverts commit 62e5d79c80.

It doesn't work still.
This commit is contained in:
Franco Fichtner 2020-06-07 11:55:31 +02:00
parent 96427357f4
commit 9b0ad3a4bf
1 changed files with 0 additions and 8 deletions

View File

@ -98,13 +98,5 @@ if [ -n "$(test -f ${DEBUG_OBJ} && tar -tf ${DEBUG_OBJ})" ]; then
fi
setup_version ${STAGEDIR} ${STAGEDIR}/work ${SELF}
# XXX try to fix wrong kldxref
if [ "${SRCREVISION}" = "12.1" ]; then
setup_base ${STAGEDIR}
setup_chroot ${STAGEDIR}
chroot ${STAGEDIR} /usr/sbin/kldxref /work/boot/kernel
fi
generate_set ${STAGEDIR}/work ${KERNEL_SET}
generate_signature ${KERNEL_SET}