Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2002 08:44:22 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/gnu/usr.bin/cc/cc1plus Makefile
Message-ID:  <20020513054422.GG64294@sunbay.com>
In-Reply-To: <200205130154.g4D1sQu05453@freefall.freebsd.org>
References:  <200205130154.g4D1sQu05453@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Zrag5V6pnZGjLKiw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, May 12, 2002 at 06:54:26PM -0700, David E. O'Brien wrote:
> obrien      2002/05/12 18:54:26 PDT
>=20
>   Modified files:
>     gnu/usr.bin/cc/cc1plus Makefile=20
>   Log:
>   I was finally able to repeat the -j breakage on one of my machines.  Fi=
x it.
>   I borrowed some ideas from Ruslan, and made the style match cc_tools/Ma=
kefile
>  =20
>   Revision  Changes    Path
>   1.29      +7 -9      src/gnu/usr.bin/cc/cc1plus/Makefile
>=20
Please run ``make -n y.tab.h'' in a clean environment.  This
should fix it (just resembles part of my patch I sent to you
earlier):

%%%
Index: Makefile
=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/gnu/usr.bin/cc/cc1plus/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile	13 May 2002 03:27:02 -0000	1.30
+++ Makefile	13 May 2002 05:43:36 -0000
@@ -23,10 +23,12 @@ LDADD+=3D	${LIBCC_INT}
 #-----------------------------------------------------------------------
 # C++ parser
=20
-parse+%DIKED.c y.tab.h: parse.c
+parse+%DIKED.c: parse.c
 	sed -e "s/malloc/xmalloc/g" \
 	    -e "s/realloc/xrealloc/g" \
 	    ${.ALLSRC:M*c} > ${.TARGET}
+
+y.tab.h: parse.c
=20
 parse.h: y.tab.h
 	cp -pf y.tab.h ${.TARGET}
%%%


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

--Zrag5V6pnZGjLKiw
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE831K2Ukv4P6juNwoRAvm8AJ9YqQxoJ0TZ6Bxc+Zejs+rjsy8R5QCePSfh
SDE0pjVjDaz378LGdgUFyuk=
=vCcY
-----END PGP SIGNATURE-----

--Zrag5V6pnZGjLKiw--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020513054422.GG64294>