changeset 558:123fa67120f4 cacao

2008-01-10 Matthias Klose <doko@ubuntu.com> * patches/icedtea-generated.patch: New patch. * Makefile.am: Added new patch to list. * Makefile.in: Regenerated.
author Lillian Angel <langel@redhat.com>
date Thu, 10 Jan 2008 13:12:39 -0500
parents 8b7ee288dabc
children f428cfa0d3f7
files ChangeLog Makefile.am patches/icedtea-generated.patch
diffstat 3 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 10 08:46:30 2008 -0500
+++ b/ChangeLog	Thu Jan 10 13:12:39 2008 -0500
@@ -1,3 +1,9 @@
+2008-01-10  Matthias Klose <doko@ubuntu.com>
+
+	* patches/icedtea-generated.patch: New patch.
+	* Makefile.am: Added new patch to list.
+	* Makefile.in: Regenerated.
+
 2008-01-10  Lillian Angel  <langel@redhat.com>
 
 	* Makefile.am
--- a/Makefile.am	Thu Jan 10 08:46:30 2008 -0500
+++ b/Makefile.am	Thu Jan 10 13:12:39 2008 -0500
@@ -226,6 +226,7 @@
 	patches/icedtea-c1-unimplemented.patch \
 	patches/icedtea-timerqueue.patch \
 	patches/icedtea-jnlp-launcher.patch \
+	patches/icedtea-generated.patch \
 	$(FAST_BUILD_PATCH) \
 	$(DISTRIBUTION_PATCHES)
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-generated.patch	Thu Jan 10 13:12:39 2008 -0500
@@ -0,0 +1,10 @@
+--- openjdk/jdk/make/java/nio/Makefile~	2008-01-04 12:33:11.469154568 +0100
++++ openjdk/jdk/make/java/nio/Makefile	2008-01-04 12:47:05.441734854 +0100
+@@ -167,7 +167,7 @@
+ #
+ 
+ SPP = spp.sh
+-SPP_CMD = $(SH) $(SPP)
++SPP_CMD = /bin/sh $(SPP)
+ 
+ FILES_genout = $(FILES_gen:%.java=$(GENSRCDIR)/%.java)