changeset 3250:63bd3c27db39 icedtea6-1.13.11

PR2953: make dist fails after PR2887 made jstaptest.pl auto-generated 2016-05-03 Andrew John Hughes <gnu.andrew@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.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Wed, 04 May 2016 04:36:43 +0100
parents ca47e59e06a7
children 1c5f1375d418
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 04 04:27:34 2016 +0100
+++ b/ChangeLog	Wed May 04 04:36:43 2016 +0100
@@ -1,3 +1,12 @@
+2016-05-03  Andrew John Hughes  <gnu.andrew@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@redhat.com>
 
 	* NEWS: Set provisional release date of the 5th.
--- a/Makefile.am	Wed May 04 04:27:34 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 \
--- a/NEWS	Wed May 04 04:27:34 2016 +0100
+++ b/NEWS	Wed May 04 04:36:43 2016 +0100
@@ -84,6 +84,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):