This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]