There is a small typo in src/release/Makefile rev 1.161; not 'kernel',
but 'KERNEL' is correct.
-- -
Makoto `MAR' MATSUSHITA
--- Makefile.dist Mon Apr 16 10:02:01 2001
+++ Makefile Mon Apr 16 10:02:52 2001
@@ -847,7 +847,7 @@
make KERNEL=${KERNEL} DESTDIR=${RD}/kernels install && \
[ -r ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ] && \
cp ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints
${RD}/kernels
- make KERNEL=${kernel} DESTDIR=${RD}/kernels
kernel-reinstall.debug
+ make KERNEL=${KERNEL} DESTDIR=${RD}/kernels
+kernel-reinstall.debug
#
# --==## Put a filesystem into a BOOTMFS kernel ##==--
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message