Hi David--

Thanks for fixing the typo in src/release/Makefile.  I think however the
real cause of the error that people were seeing is a typo on the line
above...there should (I think) be a " && \" at the end of the previous
line.  So what happens is that the "make kernel-reinstall-debug" gets
run in the wrong directory, and that's why it's falling over. Patch
below.

I'm testing this now...

Cheers,

Bruce.

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/release/Makefile,v
retrieving revision 1.612
diff -u -r1.612 Makefile
--- Makefile    2001/04/16 15:17:27     1.612
+++ Makefile    2001/04/16 16:44:41
@@ -846,7 +846,7 @@
                        make ${KERNEL_FLAGS} KERNEL=${KERNEL} && \
                        make KERNEL=${KERNEL} DESTDIR=${RD}/kernels install && \
                        [ -r ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ] && \
-                       cp ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints 
${RD}/kernels
+                       cp ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints 
+${RD}/kernels && \
                        make KERNEL=${KERNEL} DESTDIR=${RD}/kernels 
kernel-reinstall.debug
 
 #



PGP signature

Reply via email to