/hg/icedtea7: PR1295: jamvm parallel unpack failures
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Feb 13 18:24:07 PST 2013
changeset b3f4e80cb167 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=b3f4e80cb167
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Tue Feb 05 09:40:10 2013 +0000
PR1295: jamvm parallel unpack failures
2013-02-05 Andrew John Hughes <gnu.andrew at member.fsf.org>
* NEWS: List PR1295.
* Makefile.am:
(extract-jamvm): Depend on download-jamvm.
diffstat:
ChangeLog | 5 +++++
Makefile.am | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r a506120a631e -r b3f4e80cb167 ChangeLog
--- a/ChangeLog Thu Feb 14 02:19:27 2013 +0000
+++ b/ChangeLog Tue Feb 05 09:40:10 2013 +0000
@@ -1,3 +1,8 @@
+2013-02-05 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * Makefile.am:
+ (extract-jamvm): Depend on download-jamvm.
+
2013-02-14 Andrew John Hughes <gnu_andrew at member.fsf.org>
* NEWS: Add release notes for 2.3.6, 2.1.5 &
diff -r a506120a631e -r b3f4e80cb167 Makefile.am
--- a/Makefile.am Thu Feb 14 02:19:27 2013 +0000
+++ b/Makefile.am Tue Feb 05 09:40:10 2013 +0000
@@ -1276,7 +1276,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 ; \
More information about the distro-pkg-dev
mailing list