changeset 2861:f9cce486b359

PR1297: cacao and jamvm parallel unpack failures 2013-02-08 Andrew John Hughes <gnu.andrew@redhat.com> PR1297: cacao and jamvm parallel unpack failures * Makefile.am: Add aliases for extract-cacao and extract-jamvm. (extract-cacao): Depend on download-cacao. (extract-jamvm): Depend on download-jamvm. * NEWS: Updated.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Fri, 08 Feb 2013 13:00:04 +0000
parents 76246747ca9d
children 2f53d9397c78
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 08 13:36:48 2013 +0000
+++ b/ChangeLog	Fri Feb 08 13:00:04 2013 +0000
@@ -1,3 +1,12 @@
+2013-02-08  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	PR1297: cacao and jamvm parallel unpack failures
+	* Makefile.am:
+	Add aliases for extract-cacao and extract-jamvm.
+	(extract-cacao): Depend on download-cacao.
+	(extract-jamvm): Depend on download-jamvm.
+	* NEWS: Updated.
+
 2013-02-08  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Fri Feb 08 13:36:48 2013 +0000
+++ b/Makefile.am	Fri Feb 08 13:00:04 2013 +0000
@@ -1065,7 +1065,7 @@
 	rm -f stamps/patch-fsg.stamp
 	rm -f stamps/patch.stamp
 
-stamps/extract-cacao.stamp:
+stamps/extract-cacao.stamp: stamps/download-cacao.stamp
 if BUILD_CACAO
 if !USE_SYSTEM_CACAO
 if USE_ALT_CACAO_SRC_DIR
@@ -1090,7 +1090,7 @@
 	mkdir -p stamps
 	touch 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 ; \
@@ -2401,8 +2401,12 @@
 
 extract: stamps/extract.stamp
 
+extract-cacao: stamps/extract-cacao.stamp
+
 extract-ecj: stamps/extract-ecj.stamp
 
+extract-jamvm: stamps/extract-jamvm.stamp
+
 hotspot-ports: stamps/ports.stamp
 
 icedtea: stamps/icedtea.stamp
--- a/NEWS	Fri Feb 08 13:36:48 2013 +0000
+++ b/NEWS	Fri Feb 08 13:00:04 2013 +0000
@@ -15,6 +15,8 @@
 * Backports
   - S8004341: Two JCK tests fails with 7u11 b06
   - S8005615: Java Logger fails to load tomcat logger implementation (JULI)
+* Bug fixes
+  - PR1297: cacao and jamvm parallel unpack failures
 
 New in release 1.11.6 (2012-02-03):