/hg/icedtea: Update patches/boot/test_gamma.patch to skip test_g...

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Tue Apr 19 13:38:41 PDT 2011


changeset bb4033154745 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=bb4033154745
author: Omair Majid <omajid at redhat.com>
date: Tue Apr 19 16:38:18 2011 -0400

	Update patches/boot/test_gamma.patch to skip test_gamma for Shark


diffstat:

 ChangeLog                     |   4 ++++
 patches/boot/test_gamma.patch |  10 +++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 8f9c35e54e17 -r bb4033154745 ChangeLog
--- a/ChangeLog	Tue Apr 19 15:35:23 2011 +0100
+++ b/ChangeLog	Tue Apr 19 16:38:18 2011 -0400
@@ -1,3 +1,7 @@
+2011-04-19  Omair Majid  <omajid at redhat.com>
+
+	* patches/boot/test_gamma.patch: Skip test_gamma for shark too.
+
 2011-04-19  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 8f9c35e54e17 -r bb4033154745 patches/boot/test_gamma.patch
--- a/patches/boot/test_gamma.patch	Tue Apr 19 15:35:23 2011 +0100
+++ b/patches/boot/test_gamma.patch	Tue Apr 19 16:38:18 2011 -0400
@@ -1,7 +1,7 @@
 diff -Nru ../openjdk.orig/openjdk-boot/hotspot/make/linux/Makefile openjdk-boot/hotspot/make/linux/Makefile
 --- ../openjdk.orig/openjdk-boot/hotspot/make/linux/Makefile	2009-10-30 17:37:07.000000000 +0000
 +++ openjdk-boot/hotspot/make/linux/Makefile	2009-10-30 17:45:40.000000000 +0000
-@@ -287,35 +287,30 @@
+@@ -287,42 +287,36 @@
  
  $(TARGETS_C2):  $(SUBDIRS_C2)
  	cd $(OSNAME)_$(BUILDARCH)_compiler2/$@ && $(MAKE) $(MFLAGS)
@@ -37,3 +37,11 @@
  ifdef INSTALL
  	cd $(OSNAME)_$(VARIANTARCH)_zero/$(patsubst %zero,%,$@) && $(MAKE) $(MFLAGS) install
  endif
+ 
+ $(TARGETS_SHARK):  $(SUBDIRS_SHARK)
+    cd $(OSNAME)_$(VARIANTARCH)_shark/$(patsubst %shark,%,$@) && $(MAKE) $(MFLAGS)
+-   cd $(OSNAME)_$(VARIANTARCH)_shark/$(patsubst %shark,%,$@) && ./test_gamma
+ ifdef INSTALL
+    cd $(OSNAME)_$(VARIANTARCH)_shark/$(patsubst %shark,%,$@) && $(MAKE) $(MFLAGS) install
+ endif
+ 



More information about the distro-pkg-dev mailing list