Date: Mon, 2 Dec 2002 10:34:32 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: "David O'Brien" <obrien@FreeBSD.org>, current@FreeBSD.org Subject: Re: [REPORT] Upgrade from 4.0-RELEASE to 5.0-CURRENT Message-ID: <20021202083432.GA85529@sunbay.com> In-Reply-To: <20021202082850.GA13549@dragon.nuxi.com> References: <20021201150303.GA6369@sunbay.com> <20021202082850.GA13549@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 02, 2002 at 12:28:50AM -0800, David O'Brien wrote: > On Sun, Dec 01, 2002 at 05:03:03PM +0200, Ruslan Ermilov wrote: > > Index: Makefile.inc1 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > 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=3D${INSTKERNNAME} ${.TARGET:S/kernel$/= /} > > + ${CROSSENV} PATH=3D${TMPPATH} \ > > + ${MAKE} KERNEL=3D${INSTKERNNAME} ${.TARGET:S/kernel$//} >=20 > Please indent the last line either 4 spaces or a tab. It is a continued > line. >=20 It's already indented, and we don't indent multiple times like this: aaaa \ bbbb \ cccc \ dddd We indent like this: aaaa \ bbbb \ cccc \ dddd Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE96xsYUkv4P6juNwoRAkc3AJ0UfV1lwza/oebNm9OY2VbtTO+mmACgjFv8 +D1ah6qvcYEV9hZNqExEwQM= =sxqx -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- 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?20021202083432.GA85529>