/hg/icedtea6: Backed out changeset 5f30a4f16734
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Dec 23 06:55:15 PST 2011
changeset 95c9b736240d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=95c9b736240d
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Dec 23 14:55:03 2011 +0000
Backed out changeset 5f30a4f16734 Breaks make dist when path to
configure is relative (again).
diffstat:
ChangeLog | 5 -----
Makefile.am | 2 +-
2 files changed, 1 insertions(+), 6 deletions(-)
diffs (24 lines):
diff -r 5f30a4f16734 -r 95c9b736240d ChangeLog
--- a/ChangeLog Fri Dec 23 14:31:49 2011 +0100
+++ b/ChangeLog Fri Dec 23 14:55:03 2011 +0000
@@ -1,8 +1,3 @@
-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 5f30a4f16734 -r 95c9b736240d Makefile.am
--- a/Makefile.am Fri Dec 23 14:31:49 2011 +0100
+++ b/Makefile.am Fri Dec 23 14:55:03 2011 +0000
@@ -193,7 +193,7 @@
# Sources list
REWRITER_SRCS = $(top_srcdir)/rewriter/com/redhat/rewriter/ClassRewriter.java
-JTREG_SRCS = $(abs_top_srcdir)/src/jtreg
+JTREG_SRCS = $(top_srcdir)/src/jtreg
# Patch list
More information about the distro-pkg-dev
mailing list