/hg/icedtea6: PR2953: make dist fails after PR2887 made jstaptes...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed May 4 20:57:44 UTC 2016
changeset 118be3a042e5 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=118be3a042e5
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed May 04 04:36:43 2016 +0100
PR2953: make dist fails after PR2887 made jstaptest.pl auto-generated
2016-05-03 Andrew John Hughes <gnu.andrew at redhat.com>
PR2953: make dist fails after PR2887 made
jstaptest.pl auto-generated
* Makefile.am:
(TAPSET_TEST_SRCS): Remove jstaptest.pl which
is now auto-generated and handled by autotools.
* NEWS: Updated.
diffstat:
ChangeLog | 9 +++++++++
Makefile.am | 1 -
NEWS | 1 +
3 files changed, 10 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 6d6eaaab4aeb -r 118be3a042e5 ChangeLog
--- a/ChangeLog Wed May 04 03:30:13 2016 +0100
+++ b/ChangeLog Wed May 04 04:36:43 2016 +0100
@@ -1,3 +1,12 @@
+2016-05-03 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ PR2953: make dist fails after PR2887 made
+ jstaptest.pl auto-generated
+ * Makefile.am:
+ (TAPSET_TEST_SRCS): Remove jstaptest.pl which
+ is now auto-generated and handled by autotools.
+ * NEWS: Updated.
+
2016-05-03 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
diff -r 6d6eaaab4aeb -r 118be3a042e5 Makefile.am
--- a/Makefile.am Wed May 04 03:30:13 2016 +0100
+++ b/Makefile.am Wed May 04 04:36:43 2016 +0100
@@ -270,7 +270,6 @@
$(top_srcdir)/test/tapset/JNITestClass.c \
$(top_srcdir)/test/tapset/JNITestClass.h \
$(top_srcdir)/test/tapset/JNITestClass.java \
- $(top_srcdir)/test/tapset/jstaptest.pl \
$(top_srcdir)/test/tapset/RunWrapper.java \
$(top_srcdir)/test/tapset/StapJNIClassLoader.java \
$(top_srcdir)/test/tapset/StapURLClassLoader.java \
diff -r 6d6eaaab4aeb -r 118be3a042e5 NEWS
--- a/NEWS Wed May 04 03:30:13 2016 +0100
+++ b/NEWS Wed May 04 04:36:43 2016 +0100
@@ -95,6 +95,7 @@
- PR2887: Location of 'stap' executable is hard-coded
- PR2890: OpenJDK should check for system cacerts database (e.g. /etc/pki/java/cacerts)
- PR2952: test/tapset/jstaptest.pl requires Perl
+ - PR2953: make dist fails after PR2887 made jstaptest.pl auto-generated
New in release 1.13.10 (2016-01-22):
More information about the distro-pkg-dev
mailing list