Revert revision 1.833 -- the reinstallkernel.debug target calls the

installkernel.debug target (in the kernel build directory) which is
only defined if the kernel was configured for debugging which it is
not the case for GENERIC kernels on release branches.
This commit is contained in:
Ruslan Ermilov 2004-01-28 09:19:16 +00:00
parent 1118e5b37a
commit 5179f5c3b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125139

View File

@ -541,7 +541,7 @@ release.4:
DESTDIR=${RD}/trees/base; \
cd ${.CURDIR}/..; \
${CROSSMAKE} ${KERNEL_FLAGS} -DNO_MODULES \
reinstallkernel.debug \
reinstallkernel -DINSTALL_DEBUG \
DESTDIR=${RD}/trees/base
touch ${.TARGET}