changeset in /hg/icedtea: 2008-01-10 Matthias Klose <doko at ubunt...
Lillian Angel
langel at redhat.com
Thu Jan 10 10:15:50 PST 2008
changeset 1fd3c1779258 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=1fd3c1779258
description:
2008-01-10 Matthias Klose <doko at ubuntu.com>
* patches/icedtea-generated.patch: New patch.
* Makefile.am: Added new patch to list.
* Makefile.in: Regenerated.
diffstat:
4 files changed, 18 insertions(+)
ChangeLog | 6 ++++++
Makefile.am | 1 +
Makefile.in | 1 +
patches/icedtea-generated.patch | 10 ++++++++++
diffs (49 lines):
diff -r dd24f8db6c21 -r 1fd3c1779258 ChangeLog
--- 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 Lillian Angel <langel at redha
+2008-01-10 Matthias Klose <doko at ubuntu.com>
+
+ * patches/icedtea-generated.patch: New patch.
+ * Makefile.am: Added new patch to list.
+ * Makefile.in: Regenerated.
+
2008-01-10 Lillian Angel <langel at redhat.com>
* Makefile.am
diff -r dd24f8db6c21 -r 1fd3c1779258 Makefile.am
--- a/Makefile.am Thu Jan 10 08:46:30 2008 -0500
+++ b/Makefile.am Thu Jan 10 13:12:39 2008 -0500
@@ -214,6 +214,7 @@ ICEDTEA_PATCHES = \
patches/icedtea-c1-unimplemented.patch \
patches/icedtea-timerqueue.patch \
patches/icedtea-jnlp-launcher.patch \
+ patches/icedtea-generated.patch \
$(FAST_BUILD_PATCH) \
$(DISTRIBUTION_PATCHES)
diff -r dd24f8db6c21 -r 1fd3c1779258 Makefile.in
--- a/Makefile.in Thu Jan 10 08:46:30 2008 -0500
+++ b/Makefile.in Thu Jan 10 13:12:39 2008 -0500
@@ -313,6 +313,7 @@ ICEDTEA_PATCHES = \
patches/icedtea-c1-unimplemented.patch \
patches/icedtea-timerqueue.patch \
patches/icedtea-jnlp-launcher.patch \
+ patches/icedtea-generated.patch \
$(FAST_BUILD_PATCH) \
$(DISTRIBUTION_PATCHES)
diff -r dd24f8db6c21 -r 1fd3c1779258 patches/icedtea-generated.patch
--- /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)
More information about the distro-pkg-dev
mailing list