This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [cp-patches] Patch: FYI: speed up split-for-gcj
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: classpath-patches at gnu dot org, Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 03 Apr 2006 09:40:26 -0600
- Subject: Re: [cp-patches] Patch: FYI: speed up split-for-gcj
- References: <m3irpui6x5.fsf@localhost.localdomain> <1144003253.3995.26.camel@localhost>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> This seems to cause a recompile every time in classpath/lib since
Mark> classes.2 is renamed to classes.1 here:
Oops, sorry about that.
Mark> Does the following fix look sane to you?
Mark> 2006-04-02 Mark Wielaard <mark@klomp.org>
Mark> * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
Mark> as temporary file name.
Yes, thank you.
Tom