This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch for Review: Build all libjava .class files at once
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 06 May 2003 19:35:06 -0600
- Subject: Re: Patch for Review: Build all libjava .class files at once
- References: <NLFB1UVUKHNZUTVHD4Y4WHDTQJIA8.3eb7ff14@p733>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
>> I'd rather see the command line here. That makes it a bit easier to
>> debug when/if gcj crashes...
Mohan> I'll do this, but can you explain a bit more what you mean by
Mohan> this? How will things be easier to debug?
Just that if gcj does crash, it is a bit easier when you can see the
command line right there in front of you.
>> What does gcj do if the @-file is empty?
Mohan> I'll look into this. If it does the wrong thing, it should
Mohan> hopefully be easy to fix....
Right/wrong here is tested by jacks, fyi. The empty-file case may not
do what we want (and may be hard or inadvisable to change). That's
ok; we can work around it. I was just curious since it would make the
Makefile a tiny bit cleaner. It isn't an important point.
Tom