changeset 2854:78d5b7cd0259

PR3632: IcedTea installing symlinks to SystemTap directory rather than individual tapsets 2018-09-27 Andrew John Hughes <gnu_andrew@member.fsf.org> PR3632: 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, 27 Sep 2018 16:35:38 +0100
parents 5e48e2fa5dd8
children 3839cf98e8be
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 27 06:03:14 2018 +0100
+++ b/ChangeLog	Thu Sep 27 16:35:38 2018 +0100
@@ -1,3 +1,12 @@
+2018-09-27  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	PR3632: 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-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	* NEWS: Set release date to today (2018-09-26).
--- a/Makefile.am	Thu Sep 27 06:03:14 2018 +0100
+++ b/Makefile.am	Thu Sep 27 16:35:38 2018 +0100
@@ -3118,7 +3118,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	Thu Sep 27 06:03:14 2018 +0100
+++ b/NEWS	Thu Sep 27 16:35:38 2018 +0100
@@ -105,6 +105,7 @@
   - PR3600: jni_util.c does not import header file which declares getLastErrorString
   - PR3601: Fix additional -Wreturn-type issues introduced by 8061651
   - PR3630: Use ${datadir} when specifying default tz.properties location
+  - PR3632: IcedTea installing symlinks to SystemTap directory rather than individual tapsets
 * AArch64 port
   - S8207345, PR3626: Trampoline generation code reads from uninitialized memory
 * Shenandoah