FYI [PATCH] add missing backslash
Mark Wielaard
mark at klomp.org
Mon Sep 3 11:07:57 PDT 2012
There were some failures in the icedtea6 build caused by some patches
not being applied. For some reason automake/make seems to not warn
about this which makes it hard to spot. The fix is trivial:
# HG changeset patch
# User Mark Wielaard <mark at klomp.org>
# Date 1346695613 -7200
# Node ID 7fe15479d7193af69af48e675b55f12bc01fc1a2
# Parent db084058f69b1b244f198e2ea90e52351abccd02
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.
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