changeset 2963:b0e507383a9c

PR3663: IcedTea installing symlinks to SystemTap directory rather than individual tapsets 2018-09-27 Andrew John Hughes <gnu_andrew@member.fsf.org> PR3663: IcedTea installing symlinks to SystemTap directory rather than individual tapsets * Makefile.am: (install-exec-local): Add missing '$' so that ${tapname} is correctly expanded. * NEWS: Updated.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Thu, 06 Dec 2018 00:23:09 +0000
parents 86bc30befad5
children d3a9b945a1d1
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 05 07:16:39 2018 +0000
+++ b/ChangeLog	Thu Dec 06 00:23:09 2018 +0000
@@ -1,3 +1,12 @@
+2018-09-27  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	PR3663: IcedTea installing symlinks to SystemTap
+	directory rather than individual tapsets
+	* Makefile.am:
+	(install-exec-local): Add missing '$' so that
+	${tapname} is correctly expanded.
+	* NEWS: Updated.
+
 2018-09-23  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR3629: Install symlinks to tapsets in SystemTap directory
--- a/Makefile.am	Wed Dec 05 07:16:39 2018 +0000
+++ b/Makefile.am	Thu Dec 06 00:23:09 2018 +0000
@@ -3269,7 +3269,7 @@
 	  ${mkinstalldirs} $${stapdest} ; \
 	  tapname=$$(basename $${files}); \
 	  destname=$${tapname/./-@JAVA_VER@.} ; \
-	  ln -s ${prefix}/tapset/${tapname} $${stapdest}/$${destname} ; \
+	  ln -s ${prefix}/tapset/$${tapname} $${stapdest}/$${destname} ; \
 	done
 endif
 endif
--- a/NEWS	Wed Dec 05 07:16:39 2018 +0000
+++ b/NEWS	Thu Dec 06 00:23:09 2018 +0000
@@ -21,6 +21,7 @@
 * Bug fixes
   - PR3606: jni_util.c does not import header file which declares getLastErrorString
   - PR3652: Detect whether -Xprefer:source and -J-Xmx<limit> can be used, rather than assuming
+  - PR3663: IcedTea installing symlinks to SystemTap directory rather than individual tapsets
 
 New in release 2.6.14 (2018-05-23):