summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-28 09:19:16 +0000
committerru <ru@FreeBSD.org>2004-01-28 09:19:16 +0000
commit6140792ae07d426934cbe91db36dc126c4bb9086 (patch)
treea5876f74e01939e0fcc405cb0b44d5d225017cbf /release/Makefile
parentdccf9ab43f44dc8d7f73dadce0547b0e4052c04e (diff)
downloadFreeBSD-src-6140792ae07d426934cbe91db36dc126c4bb9086.zip
FreeBSD-src-6140792ae07d426934cbe91db36dc126c4bb9086.tar.gz
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.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index ef87594..c9e7e13 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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}
OpenPOWER on IntegriCloud