[PATCH] fix dependencies for stamps/extract-jamvm.stamp
Michal Vyskocil
mvyskocil at suse.cz
Mon Sep 17 07:24:56 PDT 2012
The stamps/download-jamvm.stamp must be called before extract-jamvm,
otherwise the tar xf $(JAMVM_SRC_ZIP) might get a wrong path.
diff -r 2eb479d57f25 -r f6ca0873f6b5 ChangeLog
--- a/ChangeLog Wed Sep 05 11:41:19 2012 +0200
+++ b/ChangeLog Mon Sep 17 16:09:42 2012 +0200
@@ -1,3 +1,9 @@
+2012-09-17 Michal Vyskocil <mvyskocil at suse.com>
+
+ * Makefile.am:
+ (stamps/extract-jamvm.stamp): Depends on stamps/download-jamvm.stamp.
+ Fix the dependency problem on JamVM build.
+
2012-09-05 Matthias Klose <doko at ubuntu.com>
configure.ac: Remove the Xp header and library checks.
diff -r 2eb479d57f25 -r f6ca0873f6b5 Makefile.am
--- a/Makefile.am Wed Sep 05 11:41:19 2012 +0200
+++ b/Makefile.am Mon Sep 17 16:09:42 2012 +0200
@@ -1285,7 +1285,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 ; \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120917/bf9ca425/attachment.bin
More information about the distro-pkg-dev
mailing list