From owner-cvs-all Sun May 12 22:44:39 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id AD9F737B40B; Sun, 12 May 2002 22:44:25 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4D5iMM66768; Mon, 13 May 2002 08:44:22 +0300 (EEST) (envelope-from ru) Date: Mon, 13 May 2002 08:44:22 +0300 From: Ruslan Ermilov To: "David E. O'Brien" 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> References: <200205130154.g4D1sQu05453@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Zrag5V6pnZGjLKiw" Content-Disposition: inline In-Reply-To: <200205130154.g4D1sQu05453@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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