changeset 2627:19a65ee9399c

PR1295: jamvm parallel unpack failures 2013-02-05 Andrew John Hughes <gnu.andrew@member.fsf.org> * NEWS: List PR1295. * Makefile.am: (extract-jamvm): Depend on download-jamvm.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Tue, 05 Feb 2013 09:40:10 +0000
parents d7b14b793a5c
children f328153e6c45
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Feb 05 09:31:13 2013 +0000
+++ b/ChangeLog	Tue Feb 05 09:40:10 2013 +0000
@@ -1,3 +1,9 @@
+2013-02-05  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* NEWS: List PR1295.
+	* Makefile.am:
+	(extract-jamvm): Depend on download-jamvm.
+
 2013-02-05  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* NEWS: Updated with latest security fixes.
--- a/Makefile.am	Tue Feb 05 09:31:13 2013 +0000
+++ b/Makefile.am	Tue Feb 05 09:40:10 2013 +0000
@@ -1289,7 +1289,7 @@
 clean-extract-cacao: clean-cacao
 	rm -f stamps/extract-cacao.stamp
 
-stamps/extract-jamvm.stamp:
+stamps/extract-jamvm.stamp: stamps/download-jamvm.stamp
 if BUILD_JAMVM
 	set -e ; \
 	if ! test -d jamvm ; \
--- a/NEWS	Tue Feb 05 09:31:13 2013 +0000
+++ b/NEWS	Tue Feb 05 09:40:10 2013 +0000
@@ -52,6 +52,7 @@
   - S7175616: Port fix for TimeZone from JDK 8 to JDK 7
 * Bug fixes
   - Fix build using Zero's HotSpot so all patches apply again.
+  - PR1295: jamvm parallel unpack failure
 
 New in release 2.3.4 (2013-01-15):