changeset in /hg/icedtea: Fix access to abs_top_srcdir/bootstrap...

Andrew John Hughes gnu_andrew at member.fsf.org
Thu May 29 14:14:00 PDT 2008


changeset 4a362df9098c in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=4a362df9098c
description:
	Fix access to abs_top_srcdir/bootstrap in building tools.jar.

diffstat:

3 files changed, 11 insertions(+), 4 deletions(-)
ChangeLog   |    7 +++++++
Makefile.am |    4 ++--
Makefile.in |    4 ++--

diffs (42 lines):

diff -r fbaa2fe34314 -r 4a362df9098c ChangeLog
--- a/ChangeLog	Tue May 27 00:08:31 2008 +0100
+++ b/ChangeLog	Tue May 27 16:55:02 2008 +0100
@@ -1,3 +1,10 @@ 2008-05-26  Andrew John Hughes  <gnu_and
+2008-05-26  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	* Makefile.am:
+	Fix reference to abs_top_srcdir when
+	accessing bootstrap directory.
+	* Makefile.in: Regenerated.
+
 2008-05-26  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* Makefile.am:
diff -r fbaa2fe34314 -r 4a362df9098c Makefile.am
--- a/Makefile.am	Tue May 27 00:08:31 2008 +0100
+++ b/Makefile.am	Tue May 27 16:55:02 2008 +0100
@@ -870,8 +870,8 @@ bootstrap/jdk1.7.0/jre/lib/tools.jar: st
 	if test -d bootstrap/ecj ; \
 	then \
 	  mkdir -p bootstrap/ecj/lib/; \
-	  ln -sf $(abs_top_srcdir)/bootstrap/jdk1.7.0/jre/lib/tools.jar \
-	    $(abs_top_srcdir)/bootstrap/ecj/lib/tools.jar; \
+	  ln -sf $(abs_top_builddir)/bootstrap/jdk1.7.0/jre/lib/tools.jar \
+	    $(abs_top_builddir)/bootstrap/ecj/lib/tools.jar; \
 	fi
 
 # rt-closed.jar class files.
diff -r fbaa2fe34314 -r 4a362df9098c Makefile.in
--- a/Makefile.in	Tue May 27 00:08:31 2008 +0100
+++ b/Makefile.in	Tue May 27 16:55:02 2008 +0100
@@ -1309,8 +1309,8 @@ bootstrap/jdk1.7.0/jre/lib/tools.jar: st
 	if test -d bootstrap/ecj ; \
 	then \
 	  mkdir -p bootstrap/ecj/lib/; \
-	  ln -sf $(abs_top_srcdir)/bootstrap/jdk1.7.0/jre/lib/tools.jar \
-	    $(abs_top_srcdir)/bootstrap/ecj/lib/tools.jar; \
+	  ln -sf $(abs_top_builddir)/bootstrap/jdk1.7.0/jre/lib/tools.jar \
+	    $(abs_top_builddir)/bootstrap/ecj/lib/tools.jar; \
 	fi
 
 # rt-closed.jar class files.



More information about the distro-pkg-dev mailing list