This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH]: build problems with command line length (ksh93)
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: [PATCH]: build problems with command line length (ksh93)
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Sat, 7 Jul 2001 17:47:55 -0400 (EDT)
- cc: java-patches at gcc dot gnu dot org
On 6 Jul 2001, Tom Tromey wrote:
> Jeff> -## JAVAC is set to `$(GCJ) -C'. However, JAVAC is run from the srcdir
> Jeff> -## (due to problems running it in builddir). In this case the obvious
> Jeff> -## definition of GCJ won't work; instead we resort to this ugly
> Jeff> -## definition that gives us absolute paths.
>
> This is a dead comment. In the past we did this because (I think)
> path-searching was a bit broken in gcj. However, running gcj in
> srcdir meant that M-x next-error in Emacs didn't work correctly. So
> at some point I changed it back.
I was thinking about the "cd $srcdir" part rather than absolute paths.
Anyway, I removed that bit.
> Jeff> Tested on trunk with alphapca56-unknown-linux-gnu. OK to commit?
>
> Yes, thanks.
Done.
Jeff