/hg/icedtea: Unbreak JamVM and CACAO builds by fixing the depend...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Mon Jun 27 07:52:02 PDT 2011
changeset 2e7eaebf5cc9 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=2e7eaebf5cc9
author: Xerxes R?nby <xerxes at zafena.se>
date: Mon Jun 27 16:43:49 2011 +0200
Unbreak JamVM and CACAO builds by fixing the dependency chain.
2011-06-27 Xerxes R?nby <xerxes at zafena.se>
* Makefile.am: (stamps/patch-fsg.stamp): Depend on
stamps/extract.stamp. Unbreak JamVM and CACAO builds by
fixing the dependency chain.
diffstat:
ChangeLog | 6 ++++++
Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 7ca2cb0df928 -r 2e7eaebf5cc9 ChangeLog
--- a/ChangeLog Fri Jun 24 19:07:40 2011 +0100
+++ b/ChangeLog Mon Jun 27 16:43:49 2011 +0200
@@ -1,3 +1,9 @@
+2011-06-27 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ * Makefile.am:
+ (stamps/patch-fsg.stamp): Depend on stamps/extract.stamp.
+ Unbreak JamVM and CACAO builds by fixing the dependency chain.
+
2011-06-24 Andrew John Hughes <ahughes at redhat.com>
* patches/rmi_amd64.patch:
diff -r 7ca2cb0df928 -r 2e7eaebf5cc9 Makefile.am
--- a/Makefile.am Fri Jun 24 19:07:40 2011 +0100
+++ b/Makefile.am Mon Jun 27 16:43:49 2011 +0200
@@ -1341,7 +1341,7 @@
rm -rf $(abs_top_builddir)/generated.build
rm -f stamps/generated.stamp
-stamps/patch-fsg.stamp: stamps/sanitise-openjdk.stamp
+stamps/patch-fsg.stamp: stamps/extract.stamp
mkdir -p stamps ; \
rm -f stamps/patch-fsg.stamp.tmp ; \
touch stamps/patch-fsg.stamp.tmp ; \
More information about the distro-pkg-dev
mailing list