changeset 2598:b528556c4c43

PR1149: Zero-specific patch files not being packaged 2012-08-31 Andrew John Hughes <gnu_andrew@member.fsf.org> PR1149: Zero-specific patch files not being packaged * Makefile.am: (EXTRA_DIST): Add HotSpot-specific non-bootstrap patches (currently Zero only). * NEWS: Updated.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 31 Aug 2012 13:32:27 +0100
parents f8630130b123
children 8f2f379c4ee9
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Aug 31 13:17:58 2012 +0100
+++ b/ChangeLog	Fri Aug 31 13:32:27 2012 +0100
@@ -1,3 +1,11 @@
+2012-08-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	PR1149: Zero-specific patch files not being packaged
+	* Makefile.am:
+	(EXTRA_DIST): Add HotSpot-specific non-bootstrap
+	patches (currently Zero only).
+	* NEWS: Updated.
+
 2012-08-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	* NEWS: Add 2.3.2 changes from the forest.
--- a/Makefile.am	Fri Aug 31 13:17:58 2012 +0100
+++ b/Makefile.am	Fri Aug 31 13:32:27 2012 +0100
@@ -751,6 +751,7 @@
 	$(top_srcdir)/patches/cacao/*.patch \
 	$(top_srcdir)/patches/jamvm/*.patch \
 	$(top_srcdir)/patches/boot/hotspot/*/*.patch \
+	$(top_srcdir)/patches/hotspot/*/*.patch \
 	tools-copy contrib overlays \
 	javaws.png javaws.desktop \
 	jconsole.desktop policytool.desktop \
--- a/NEWS	Fri Aug 31 13:17:58 2012 +0100
+++ b/NEWS	Fri Aug 31 13:32:27 2012 +0100
@@ -22,6 +22,8 @@
   - S7182135: Impossible to use some editors directly
   - S7183701: [TEST] closed/java/beans/security/TestClassFinder.java - compilation failed
   - S7185678: java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java failed with NPE
+* Bug fixes
+  - PR1149: Zero-specific patch files not being packaged
 
 New in release 2.3.1 (2012-08-29):