This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Java: install language driver as $(target_alias)-gcj
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 7 Mar 2002 17:02:32 -0500 (EST)
- Subject: Re: Java: install language driver as $(target_alias)-gcj
On 7 Mar 2002, Alexandre Oliva wrote:
> Tested on?
Oops... alphaev56-linux.
> Ok, assuming it was actually tested. You may want to turn:
> rm -f something
> into
> rm -f something || :
That makes sense. But seeing as how "rm -f" is used all over the Makefile
without that guard, I applied my original patch. (Interesting that we
haven't seen build failures of that sort yet... maybe platforms with a
broken "rm -f" just aren't important anymore.)
Thanks.
Jeff