This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Reorder a source file in Makefile.am (libjava)
- 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: 12 Mar 2003 19:23:02 -0700
- Subject: Re: Patch: Reorder a source file in Makefile.am (libjava)
- References: <5Y9642OMJDW9FBL4YGD97ZT72LK43.3e6987e4@p733>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff at thisiscool dot com> writes:
Mohan> This patch is another piece needed for a self-hosted
Mohan> build of GCC/GCJ 3.3 under MingW GCC 3.2. For some reason,
Mohan> MSYS (the Win32 bash shell port) doesn't like the
Mohan> javax/swing/plaf/metal/MetalLookAndFeel.java in the midst
Mohan> of all of the javax/swing/plaf/ classes, so I moved it after these.
What happens?
Mysterious changes like this are hard to maintain, since we don't know
what future changes might cause a similar problem. I don't mind
applying a hack in some circumstances, but in we have to at least know
and understand the problem.
Tom