This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] trunk problems/query
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 08 Feb 2007 14:19:45 -0700
- Subject: Re: [RFC] trunk problems/query
- References: <45CB995D.2020206@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> I was attempting to merge Kyle's recent check-in with my own patch
Keith> before committing when I noticed that sources.am hadn't been updated
Keith> to include the new file he introduced in his last patch (= build
Keith> failure). In the process, though, automake churns out several new
Keith> Makefile.in's. I've attached the diffs for these. Are these expected?
Keith> [I seem to recall that Andrew touched part of this
Keith> ("-fsource-filename"), but all the ANONVERSCRIPT_* stuff??]
The ANONVERSCRIPT_* stuff comes from a new AM_CONDITIONAL.
It is ok(-ish) if every Makefile.in isn't rebuilt in this situation.
Keith> Also I think classpath/lib/javax/management/MBeanServerFactory.class
Keith> might need to be checked-in. I'm showing a diff against trunk, too.
Probably.
Keith> Or am I just suddenly losing my mind? [There *is* a good chance
Keith> of this...]
We're still getting used to the whole check-in-the-.class thing, so
mistakes happen. Hopefully this will drop off a bit.
Thanks for catching these. Please commit.
Tom