changeset 3039:e1c38bfa0650

8027837: Generate CORBA sources before building code that depends on it. 2014-01-20 Andrew John Hughes <gnu.andrew@redhat.com> * Makefile.am: (ICEDTEA_PATCHES): Add new patch. * patches/openjdk/8027837-corba_build_dependency.patch: Generate sources before building code that depends on them.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Tue, 21 Jan 2014 19:51:16 +0000
parents dc1e3d4ec38a
children a3a1e4ab86e8
files ChangeLog Makefile.am patches/openjdk/8027837-corba_build_dependency.patch
diffstat 3 files changed, 31 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <gnu.andrew@redhat.com>
+
+	* 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  <gnu.andrew@redhat.com>
 
 	* configure.ac:
--- 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 += \
--- /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)