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]

Cygwin make install patch


What do you think about this ? This solved an
installation trouble while copying libjava binaries to
/usr/local/bin.

-------------------------------------------------

--- libjava/Makefile.am	Tue Apr 16 17:52:53 2002
+++ libjava/Makefile.am	Thu May  2 00:17:51 2002
@@ -40,7 +40,7 @@
 
 ## For now, only on native systems.  FIXME.
 if NATIVE
-bin_PROGRAMS = jv-convert gij rmic rmiregistry
+bin_PROGRAMS = jv-convert$(EXEEXT) gij$(EXEEXT)
rmic$(EXEEXT) rmiregistry$(EXEEXT)
 endif
 
 bin_SCRIPTS = addr2name.awk

--------------------------------------------------

--- libjava/Makefile.in	Tue Apr 23 11:28:03 2002
+++ libjava/Makefile.in	Thu May  2 00:21:20 2002
@@ -145,7 +145,7 @@
 
 secdir = $(libdir)/security
 
-@NATIVE_TRUE@bin_PROGRAMS = @NATIVE_TRUE@jv-convert
gij rmic rmiregistry
+@NATIVE_TRUE@bin_PROGRAMS =
@NATIVE_TRUE@jv-convert$(EXEEXT) gij$(EXEEXT)
rmic$(EXEEXT) rmiregistry$(EXEEXT)
 
 bin_SCRIPTS = addr2name.awk
 @CANADIAN_TRUE@@NULL_TARGET_TRUE@ZIP =
@CANADIAN_TRUE@@NULL_TARGET_TRUE@$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


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