/hg/icedtea7: Fixed build failure caused by changes in one Makef...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Fri Jan 4 05:02:08 PST 2013


changeset 2836b3c6739b in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=2836b3c6739b
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Fri Jan 04 14:59:32 2013 +0100

	Fixed build failure caused by changes in one Makefile altered by this
	patch (make/sun/rmi/rmi/Makefile).


diffstat:

 ChangeLog                                             |  6 ++++++
 patches/boot/use_target_6_for_bootstrap_classes.patch |  7 ++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 3e3ebf551eb1 -r 2836b3c6739b ChangeLog
--- a/ChangeLog	Fri Jan 04 01:05:06 2013 +0000
+++ b/ChangeLog	Fri Jan 04 14:59:32 2013 +0100
@@ -1,3 +1,9 @@
+2013-01-04  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* patches/boot/use_target_6_for_bootstrap_classes.patch:
+	Fixed build failure caused by changes in one Makefile altered by this
+	patch (make/sun/rmi/rmi/Makefile).
+
 2013-01-03  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* patches/nss-not-enabled-config.patch:
diff -r 3e3ebf551eb1 -r 2836b3c6739b patches/boot/use_target_6_for_bootstrap_classes.patch
--- a/patches/boot/use_target_6_for_bootstrap_classes.patch	Fri Jan 04 01:05:06 2013 +0000
+++ b/patches/boot/use_target_6_for_bootstrap_classes.patch	Fri Jan 04 14:59:32 2013 +0100
@@ -26,15 +26,16 @@
 diff -r 9cf5ed6b45d6 make/sun/rmi/rmi/Makefile
 --- openjdk-boot/jdk/make/sun/rmi/rmi/Makefile	Mon Jul 25 16:20:39 2011 -0700
 +++ openjdk-boot/jdk/make/sun/rmi/rmi/Makefile	Thu Jul 28 03:12:35 2011 +0100
-@@ -33,6 +33,9 @@
- LIBRARY = rmi
+@@ -34,6 +32,10 @@
+ PRODUCT = sun
  include $(BUILDDIR)/common/Defs.gmk
  
 +LANGUAGE_VERSION = -source 6
 +CLASS_VERSION = -target 6
 +
++
  #
- # Add use of a mapfile
+ # Java files to compile.
  #
 diff -r 9cf5ed6b45d6 make/com/sun/jndi/rmi/registry/Makefile
 --- openjdk-boot/jdk/make/com/sun/jndi/rmi/registry/Makefile	Mon Jul 25 16:20:39 2011 -0700



More information about the distro-pkg-dev mailing list