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
[-- Attachment #1 --]
On Sun, May 12, 2002 at 06:54:26PM -0700, David E. O'Brien wrote:
> obrien 2002/05/12 18:54:26 PDT
>
> Modified files:
> gnu/usr.bin/cc/cc1plus Makefile
> Log:
> I was finally able to repeat the -j breakage on one of my machines. Fix it.
> I borrowed some ideas from Ruslan, and made the style match cc_tools/Makefile
>
> Revision Changes Path
> 1.29 +7 -9 src/gnu/usr.bin/cc/cc1plus/Makefile
>
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
===================================================================
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+= ${LIBCC_INT}
#-----------------------------------------------------------------------
# C++ parser
-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
parse.h: y.tab.h
cp -pf y.tab.h ${.TARGET}
%%%
Cheers,
--
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
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)
iD8DBQE831K2Ukv4P6juNwoRAvm8AJ9YqQxoJ0TZ6Bxc+Zejs+rjsy8R5QCePSfh
SDE0pjVjDaz378LGdgUFyuk=
=vCcY
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020513054422.GG64294>
