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: Alexandre Oliva <aoliva at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: 07 Mar 2002 15:25:08 -0300
- Subject: Re: Java: install language driver as $(target_alias)-gcj
- Organization: GCC Team, Red Hat
- References: <Pine.LNX.4.10.10203071259170.9857-100000@mars.deadcafe.org>
On Mar 7, 2002, Jeff Sturm <jsturm@one-point.com> wrote:
> Both the c and c++ frontends install a link to
> $(target_alias)-<driver-name> even for native builds. This patch
> does the same for gcj.
Tested on?
> 2002-02-07 Jeff Sturm <jsturm@one-point.com>
> * java/Make-lang.in (JAVA_TARGET_INSTALL_NAME): Define.
> (java.install-common): Link native driver to
> JAVA_TARGET_INSTALL_NAME.
Ok, assuming it was actually tested. You may want to turn:
rm -f something
into
rm -f something || :
since `rm' will return a non-zero exit status on some platforms, if
any of the files whose removal was requested does not exist, even if
`-f' is specified. However, since other constructs lacking `|| :' are
already present sufficiently close, fixing this is not critical.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer