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: Patch: install libgcj.jar as libgcj-VERSION.jar


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

Anthony> There's a corresponding compiler patch, just posted to the
Anthony> gcc list.  Ok for trunk and branch?

Anthony> ! jardir = @datadir@/java
Anthony> ! jar_DATA = libgcj.jar
  
It is better to write $(datadir) instead of @datadir@.

Anthony> + install-data-hook:
Anthony> + 	mv $(DESTDIR)$(datadir)/libgcj.jar $(DESTDIR)$(datadir)/libgcj-@gcc_version@.jar
Anthony> + 

I have a question about this.  Do we still need to build libgcj.jar
for some reason?  The test suite maybe?

I think it would be better to just build and install
libgcj-VERSION.jar, and avoid this `mv' and other stuff.
What do you think? 

Tom


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