# HG changeset patch # User Andrew John Hughes # Date 1390333876 0 # Node ID e1c38bfa0650f6fce31001b83fb63601c621ec80 # Parent dc1e3d4ec38ace0f18f5eb3ff47f7a549158c910 8027837: Generate CORBA sources before building code that depends on it. 2014-01-20 Andrew John Hughes * Makefile.am: (ICEDTEA_PATCHES): Add new patch. * patches/openjdk/8027837-corba_build_dependency.patch: Generate sources before building code that depends on them. diff -r dc1e3d4ec38a -r e1c38bfa0650 ChangeLog --- a/ChangeLog Thu Sep 19 17:00:58 2013 +0100 +++ b/ChangeLog Tue Jan 21 19:51:16 2014 +0000 @@ -1,3 +1,11 @@ +2014-01-20 Andrew John Hughes + + * Makefile.am: + (ICEDTEA_PATCHES): Add new patch. + * patches/openjdk/8027837-corba_build_dependency.patch: + Generate sources before building code that depends + on them. + 2013-09-19 Andrew John Hughes * configure.ac: diff -r dc1e3d4ec38a -r e1c38bfa0650 Makefile.am --- a/Makefile.am Thu Sep 19 17:00:58 2013 +0100 +++ b/Makefile.am Tue Jan 21 19:51:16 2014 +0000 @@ -863,7 +863,8 @@ patches/disable-cc-incompatible-sanity-checks.patch \ patches/rh995488-rhel_tz_fix.patch \ patches/openjdk/8025255-tzdata2013g.patch \ - patches/d729448-32_bit_alignment.patch + patches/d729448-32_bit_alignment.patch \ + patches/openjdk/8027837-corba_build_dependency.patch if WITH_RHINO ICEDTEA_PATCHES += \ diff -r dc1e3d4ec38a -r e1c38bfa0650 patches/openjdk/8027837-corba_build_dependency.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/patches/openjdk/8027837-corba_build_dependency.patch Tue Jan 21 19:51:16 2014 +0000 @@ -0,0 +1,21 @@ +# HG changeset patch +# User coffeys +# Date 1384185131 0 +# Mon Nov 11 15:52:11 2013 +0000 +# Node ID c93c49524d58fd6f38b07db2a54fc644c1327a5f +# Parent 295b9963b97f12c43209dbe212b475e835f0a7d0 +8027837: JDK-8021257 causes CORBA build failure on emdedded platforms +Reviewed-by: dholmes + +diff -r 295b9963b97f -r c93c49524d58 make/Makefile +--- openjdk/corba/make/Makefile Fri Jan 17 23:21:27 2014 +0000 ++++ openjdk/corba/make/Makefile Mon Nov 11 15:52:11 2013 +0000 +@@ -158,7 +158,7 @@ + # + # CORBA + # +-SUBDIRS = tools javax org sun com ++SUBDIRS = tools sun/rmi javax org sun com + + build: + $(SUBDIRS-loop)