/hg/icedtea6: Fix icedtea-ecj build with --enable-jamvm

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Tue Feb 22 05:46:07 PST 2011


changeset 18260ff5be1d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=18260ff5be1d
author: Xerxes R?nby <xerxes at zafena.se>
date: Tue Feb 22 14:29:21 2011 +0100

	Fix icedtea-ecj build with --enable-jamvm

	2011-02-22 Xerxes Ranby <xranby at zafena.se>

	 Fix icedtea-ecj build with --enable-jamvm (stamps
	/icedtea-ecj.stamp): Add stamps/jamvm.stamp


diffstat:

2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog   |    5 +++++
Makefile.am |    3 ++-

diffs (25 lines):

diff -r 3ebdb1a50ba8 -r 18260ff5be1d ChangeLog
--- a/ChangeLog	Tue Feb 22 12:52:39 2011 +0000
+++ b/ChangeLog	Tue Feb 22 14:29:21 2011 +0100
@@ -1,3 +1,8 @@ 2011-02-22  Andrew John Hughes  <ahughes
+2011-02-22  Xerxes Ranby  <xranby at zafena.se>
+
+	Fix icedtea-ecj build with --enable-jamvm 
+	(stamps/icedtea-ecj.stamp): Add stamps/jamvm.stamp
+
 2011-02-22  Andrew John Hughes  <ahughes at redhat.com>
 
 	PR497: Mercurial revision detection not very reliable
diff -r 3ebdb1a50ba8 -r 18260ff5be1d Makefile.am
--- a/Makefile.am	Tue Feb 22 12:52:39 2011 +0000
+++ b/Makefile.am	Tue Feb 22 14:29:21 2011 +0100
@@ -1533,7 +1533,8 @@ clean-add-tzdata-support-debug:
 # ===================
 
 stamps/icedtea-ecj.stamp: stamps/bootstrap-directory-symlink-ecj.stamp \
- $(OPENJDK_ECJ_TREE) stamps/cacao.stamp stamps/rewrite-rhino.stamp
+ $(OPENJDK_ECJ_TREE) stamps/jamvm.stamp stamps/cacao.stamp \
+ stamps/rewrite-rhino.stamp
 	$(ARCH_PREFIX) $(MAKE) \
 	  $(ICEDTEA_ENV_ECJ) \
 	  -C openjdk-ecj/ \



More information about the distro-pkg-dev mailing list