This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: New scribbling over $srcdir/libjava
- From: Tom Tromey <tromey at redhat dot com>
- To: rittle at labs dot mot dot com
- Cc: java at gcc dot gnu dot org, Gcc Patch List <gcc-patches at gcc dot gnu dot org>, GCC libjava patches <java-patches at gcc dot gnu dot org>
- Date: 11 Jun 2003 09:49:43 -0600
- Subject: Re: New scribbling over $srcdir/libjava
- References: <200306110115.h5B1FpoX032103@latour.rsch.comm.mot.com>
- Reply-to: tromey at redhat dot com
>>>>> "Loren" == Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:
Loren> This issue caught by one of the daily regression checks I run.
Loren> Neil's -r1.127 patch to gcc/java/lang.c appears to be the
Loren> guilty party. At some point in the last 48 hours, libjava
Loren> started creating all .d files in $srcdir (I'm sure it used to
Loren> do so in $objdir).
Thanks.
I'm checking in the appended fix.
Tom
Index: gcc/java/ChangeLog
from Tom Tromey <tromey@redhat.com>
* lang.c (java_handle_option): Update dependency_tracking for
OPT_MF case.
Index: gcc/java/lang.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lang.c,v
retrieving revision 1.129
diff -u -r1.129 lang.c
--- gcc/java/lang.c 11 Jun 2003 15:55:04 -0000 1.129
+++ gcc/java/lang.c 11 Jun 2003 15:57:00 -0000
@@ -308,6 +308,7 @@
case OPT_MF:
jcf_dependency_set_dep_file (arg);
+ dependency_tracking |= DEPEND_FILE_ALREADY_SET;
break;
case OPT_MM: