On Sun, Dec 01, 2002 at 05:03:03PM +0200, Ruslan Ermilov wrote:
> Index: Makefile.inc1
> ===================================================================
> RCS file: /home/ncvs/src/Makefile.inc1,v
> retrieving revision 1.312
> diff -u -r1.312 Makefile.inc1
> --- Makefile.inc1     14 Nov 2002 19:24:50 -0000      1.312
> +++ Makefile.inc1     1 Dec 2002 14:34:40 -0000
> @@ -521,7 +521,8 @@
>  #
>  installkernel reinstallkernel:
>       cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
> -         ${CROSSENV} ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}
> +         ${CROSSENV} PATH=${TMPPATH} \
> +         ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}

Please indent the last line either 4 spaces or a tab.  It is a continued
line.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to