changeset 2417:e7b97b6e8ece

Use absolute path when creating symbolic link to extracted HotSpot directory. 2011-05-20 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (extract-hotspot): Use absolute path when creating symbolic link.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 20 May 2011 02:58:30 +0100
parents 12beb2f3e5fc
children 1af45d3c1f92
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 20 02:50:23 2011 +0100
+++ b/ChangeLog	Fri May 20 02:58:30 2011 +0100
@@ -1,3 +1,9 @@
+2011-05-20  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	(extract-hotspot): Use absolute path when
+	creating symbolic link.
+
 2011-05-20  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Fri May 20 02:50:23 2011 +0100
+++ b/Makefile.am	Fri May 20 02:58:30 2011 +0100
@@ -1244,7 +1244,8 @@
 	    fi ; \
 	    if ! test -d openjdk/hotspot ; \
 	    then \
-	      ln -s hotspot-$(HS_CHANGESET) openjdk/hotspot ; \
+	      ln -s $(abs_top_builddir)/hotspot-$(HS_CHANGESET) \
+	        openjdk/hotspot ; \
 	    fi ; \
 	  fi ; \
 	fi