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] Create sdk style directory on install


Joshua Sumali wrote:
> Andrew Haley wrote:
>> Joshua Sumali wrote:
>>  
>>> Andrew Haley wrote:
>>>     
>>
>>  
>>>> Please assign all Red Hat copyrights to the FSF.
>>>>         
>>> Is there a special way to do this, or do I simply change "Copyright (C)
>>> 2005, 2006, 2008 Red Hat, Inc." to "Copyright (C) 2005, 2006, 2008 Free
>>> Software Foundation" on the appropriate files?
>>>     
>>
>> That's all you have to do.
>>
>>  
>>>> Do I take it that you don't have commit access to the gcc tree?
>>>>         
>>> I do not. I was hoping someone would be able to commit the patches
>>> for me.
>>>     
>>
>> I'll do it.
>>
>> Andrew.
>>
>>   
> Copyrights assigned to FSF. ChangeLogs removed from patches and are
> found below.

I get:


 $ automake
Makefile.am:67: JAVA_HOME_DIR was already defined in condition TRUE, which includes condition JAVA_HOME_SET ...
configure.ac:1759: ... `JAVA_HOME_DIR' previously defined here
Makefile.am:70: JAVA_HOME_DIR was already defined in condition TRUE, which includes condition !JAVA_HOME_SET ...


> 
> libjava/
> 
> 2008-06-30  Joshua Sumali  <jsumali@redhat.com>
> 
>    * configure.ac (java-home): new AC_ARG_ENABLE.
>    (aot-compile-rpm): Likewise.
>    (CREATE_JAVA_HOME): new AM_CONDITIONAL.
>    (INSTALL_AOT_RPM): Likewise.
>    (gcc-suffix): new AC_ARG_WITH.
>    (arch-directory): Likewise.
>    (os-directory): Likewise.
>    (origin-name): Likewise.
>    (arch-suffix): Likewise.
>    (jvm-root-dir): Likewise.
>    (jvm-jar-dir): Likewise.
>    (python-dir): Likewise.
>    (AC_CONFIG_FILES): Add contrib/aotcompile.py, contrib/aot-compile,
>    contrib/aot-compile-rpm, contrib/rebuild-gcj-db.
>    * Makefile.am (install-data-local): Install Python modules for
>    aot-compile. Also install an sdk style directory if --enable-java-home
>    is passed to configure.
>    (bin_SCRIPTS): add contrib/rebuild-gcj-db and contrib/aot-compile.
>    * contrib/aot-compile.in: New file.
>    * contrib/aotcompile.py.in: Likewise.
>    * contrib/aot-compile-rpm.in: Likewise.
>    * contrib/classfile.py: Likewise.
>    * contrib/rebuild-gcj-db.in: Likewise.
>    * configure: Regenerate.
>    * Makefile.in: Regenerate.
> 
> gcc/
> 
> 2008-06-30  Joshua Sumali  <jsumali@redhat.com>
> 
>    * doc/install.texi (--enable-java-home): Document.
>    (--enable-aot-compile-rpm): Likewise.
>    (--with-arch-directory): Likewise.
>    (--with-os-directory): Likewise.
>    (--with-origin-name): Likewise.
>    (--with-arch-suffix): Likewise.
>    (--with-jvm-root-dir): Likewise.
>    (--with-jvm-jar-dir): Likewise.
>    (--with-python-dir): Likewise.
> 
> gcc/java/
> 
> 2008-06-30  Joshua Sumali  <jsumali@redhat.com>
> 
>    * Make-lang.in (JAVA_MANFILES): Add doc/aot-compile.1 and
>    doc/rebuild-gcj-db.1
>    (java.uninstall): Likewise.
>    (java.maintainer-clean): Likewise.
>    (aot-compile.pod): New rule.
>    (rebuild-gcj-db.pod): New rule.
>    (java.install-man): Install doc/aot-compile.1 and doc/rebuild-gcj-db.1
>    * gcj.texi: Add new sections for aot-compile and rebuild-gcj-db.
> 
> 


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