changeset 2714:372ef328babd

Update patch locations for tarball. 2014-03-27 Andrew John Hughes <gnu.andrew@member.fsf.org> * Makefile.am: (EXTRA_DIST): Don't look for patches in boot/hotspot/*. Do look for patches in hotspot/*.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Thu, 27 Mar 2014 20:30:05 +0000
parents 931fe5bd6067
children 3024634a3335
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 27 20:26:36 2014 +0000
+++ b/ChangeLog	Thu Mar 27 20:30:05 2014 +0000
@@ -1,3 +1,10 @@
+2014-03-27  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* Makefile.am:
+	(EXTRA_DIST): Don't look for patches in
+	boot/hotspot/*. Do look for patches in
+	hotspot/*.
+
 2014-03-27  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* NEWS: Set release date to today.
--- a/Makefile.am	Thu Mar 27 20:26:36 2014 +0000
+++ b/Makefile.am	Thu Mar 27 20:30:05 2014 +0000
@@ -773,7 +773,7 @@
 EXTRA_DIST = $(GENERATED_FILES) $(top_srcdir)/patches/*.patch \
 	$(top_srcdir)/patches/boot/*.patch \
 	$(top_srcdir)/patches/cacao/*.patch \
-	$(top_srcdir)/patches/boot/hotspot/*/*.patch \
+	$(top_srcdir)/patches/hotspot/*/*.patch \
 	tools-copy contrib overlays \
 	javaws.png javaws.desktop \
 	jconsole.desktop policytool.desktop \