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:
parent
1118e5b37a
commit
5179f5c3b9
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user