Date: Mon, 2 Dec 2002 00:28:50 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: [REPORT] Upgrade from 4.0-RELEASE to 5.0-CURRENT Message-ID: <20021202082850.GA13549@dragon.nuxi.com> In-Reply-To: <20021201150303.GA6369@sunbay.com> References: <20021201150303.GA6369@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021202082850.GA13549>