/hg/icedtea6: 2011-12-23 Pavel Tisnovsky <ptisnovs at redhat.com>

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Fri Dec 23 04:32:40 PST 2011


changeset 5f30a4f16734 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=5f30a4f16734
author: ptisnovs
date: Fri Dec 23 14:31:49 2011 +0100

	2011-12-23 Pavel Tisnovsky <ptisnovs at redhat.com>

	 * Makefile.am: Fixed path to excludelist.jdk.jtx
	file containing black list of JDK JTreg tests.


diffstat:

 ChangeLog   |  5 +++++
 Makefile.am |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 8021c50df762 -r 5f30a4f16734 ChangeLog
--- a/ChangeLog	Fri Dec 23 01:09:04 2011 +0000
+++ b/ChangeLog	Fri Dec 23 14:31:49 2011 +0100
@@ -1,3 +1,8 @@
+2011-12-23  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: Fixed path to excludelist.jdk.jtx
+	file containing black list of JDK JTreg tests.
+
 2011-12-23  Andrew John Hughes  <ahughes at redhat.com>
 
 	* NEWS: Add RH bug number which alerted us to
diff -r 8021c50df762 -r 5f30a4f16734 Makefile.am
--- a/Makefile.am	Fri Dec 23 01:09:04 2011 +0000
+++ b/Makefile.am	Fri Dec 23 14:31:49 2011 +0100
@@ -193,7 +193,7 @@
 # Sources list
 
 REWRITER_SRCS = $(top_srcdir)/rewriter/com/redhat/rewriter/ClassRewriter.java
-JTREG_SRCS = $(top_srcdir)/src/jtreg
+JTREG_SRCS = $(abs_top_srcdir)/src/jtreg
 
 # Patch list
 



More information about the distro-pkg-dev mailing list