changeset 2767:96928f512863 icedtea-2.6.0pre15

PR2144: make dist fails due to lack of HotSpot-specific patches 2014-12-12 Andrew John Hughes <gnu.andrew@member.fsf.org> * Makefile.am: (EXTRA_DIST): Drop reference to HotSpot patches as there is no longer an alternate HotSpot. * NEWS: Updated.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 12 Dec 2014 07:10:36 +0000
parents 2203bb0032d9
children bd2d61b3be15
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 12 04:54:55 2014 +0000
+++ b/ChangeLog	Fri Dec 12 07:10:36 2014 +0000
@@ -1,3 +1,10 @@
+2014-12-12  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* Makefile.am:
+	(EXTRA_DIST): Drop reference to HotSpot patches
+	as there is no longer an alternate HotSpot.
+	* NEWS: Updated.
+
 2014-12-11  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* Makefile.am,
--- a/Makefile.am	Fri Dec 12 04:54:55 2014 +0000
+++ b/Makefile.am	Fri Dec 12 07:10:36 2014 +0000
@@ -748,7 +748,6 @@
 EXTRA_DIST = $(GENERATED_FILES) $(top_srcdir)/patches/*.patch \
 	$(top_srcdir)/patches/boot/*.patch \
 	$(top_srcdir)/patches/cacao/*.patch \
-	$(top_srcdir)/patches/hotspot/*/*.patch \
 	tools-copy contrib overlays \
 	jconsole.desktop policytool.desktop \
 	$(JTREG_SRCS) HACKING autogen.sh \
--- a/NEWS	Fri Dec 12 04:54:55 2014 +0000
+++ b/NEWS	Fri Dec 12 07:10:36 2014 +0000
@@ -322,6 +322,7 @@
   - PR2123: SunEC provider crashes when built using system NSS
   - PR2124: Synchronise elliptic curves in sun.security.ec.NamedCurve with those listed by NSS
   - PR2135: Race condition in SunEC provider with system NSS
+  - PR2144: make dist fails due to lack of HotSpot-specific patches
 * CACAO
   - PR2032: CACAO lacks JVM_FindClassFromCaller introduced by security patch in 2.5.3
 * AArch64 port