/hg/icedtea6: Makefile.am (ICEDTEA_PATCHES): Add missing backslash.

mark at icedtea.classpath.org mark at icedtea.classpath.org
Mon Sep 3 11:07:46 PDT 2012


changeset 7fe15479d719 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7fe15479d719
author: Mark Wielaard <mark at klomp.org>
date: Mon Sep 03 20:06:53 2012 +0200

	Makefile.am (ICEDTEA_PATCHES): Add missing backslash.

	There was backslash missing after 7034464-transparent_huge_pages.patch
	which caused all patches after that one to be note included in the list.


diffstat:

 ChangeLog   |  5 +++++
 Makefile.am |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r db084058f69b -r 7fe15479d719 ChangeLog
--- a/ChangeLog	Mon Sep 03 14:30:48 2012 +0100
+++ b/ChangeLog	Mon Sep 03 20:06:53 2012 +0200
@@ -1,3 +1,8 @@
+2012-09-03  Mark Wielaard  <mark at klomp.org>
+
+	* Makefile.am (ICEDTEA_PATCHES): Add missing backslash after
+	patches/openjdk/7034464-transparent_huge_pages.patch.
+
 2012-09-03  Andrew John Hughes  <ahughes at redhat.com>
 
 	* NEWS: Add 1.10.9 & 1.11.4.
diff -r db084058f69b -r 7fe15479d719 Makefile.am
--- a/Makefile.am	Mon Sep 03 14:30:48 2012 +0100
+++ b/Makefile.am	Mon Sep 03 20:06:53 2012 +0200
@@ -349,7 +349,7 @@
 	patches/openjdk/6986968-crash_on_xim_restart.patch \
 	patches/openjdk/7036754-stroker-nan.patch \
 	patches/openjdk/pgram-pipe-regression.patch \
-	patches/openjdk/7034464-transparent_huge_pages.patch
+	patches/openjdk/7034464-transparent_huge_pages.patch \
 	patches/openjdk/7037939-disable_adaptive_resizing_with_large_pages.patch \
 	patches/openjdk/7043564-hugepage.patch \
 	patches/openjdk/mutter.patch \



More information about the distro-pkg-dev mailing list