/hg/icedtea6: Fix running jamvm jdk tests when configured with a...
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Thu Dec 8 06:49:08 PST 2011
changeset 96ea1d0f5dc4 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=96ea1d0f5dc4
author: doko at ubuntu.com
date: Thu Dec 08 15:39:55 2011 +0100
Fix running jamvm jdk tests when configured with a separate relative
build dir
2011-12-08 Matthias Klose <doko at ubuntu.com>
* Makefile.am (JTREG_SRCS): Use abs_top_srcdir.
diffstat:
ChangeLog | 4 ++++
Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r db64ac99a1ee -r 96ea1d0f5dc4 ChangeLog
--- a/ChangeLog Thu Dec 08 13:51:11 2011 +0000
+++ b/ChangeLog Thu Dec 08 15:39:55 2011 +0100
@@ -1,3 +1,7 @@
+2011-12-08 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (JTREG_SRCS): Use abs_top_srcdir.
+
2011-12-08 Andrew Haley <aph at redhat.com>
* arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def
diff -r db64ac99a1ee -r 96ea1d0f5dc4 Makefile.am
--- a/Makefile.am Thu Dec 08 13:51:11 2011 +0000
+++ b/Makefile.am Thu Dec 08 15:39:55 2011 +0100
@@ -193,7 +193,7 @@
# Sources list
REWRITER_SRCS = $(top_srcdir)/rewriter/com/redhat/rewriter/ClassRewriter.java
-JTREG_SRCS = $(top_srcdir)/jtreg
+JTREG_SRCS = $(abs_top_srcdir)/jtreg
# Patch list
More information about the distro-pkg-dev
mailing list