/hg/icedtea7: Fix accidental inclusion of hardcoded path.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu May 16 06:27:36 PDT 2013
changeset c8821d8403ff in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=c8821d8403ff
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu May 16 14:27:22 2013 +0100
Fix accidental inclusion of hardcoded path.
2013-05-16 Andrew John Hughes <gnu.andrew at member.fsf.org>
* javac.in: Fix accidental inclusion of
hardcoded path.
diffstat:
ChangeLog | 5 +++++
javac.in | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 5554ebb0913a -r c8821d8403ff ChangeLog
--- a/ChangeLog Wed May 15 20:17:08 2013 +0100
+++ b/ChangeLog Thu May 16 14:27:22 2013 +0100
@@ -1,3 +1,8 @@
+2013-05-16 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * javac.in: Fix accidental inclusion of
+ hardcoded path.
+
2013-05-15 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR716: IcedTea7 should bootstrap with IcedTea6
diff -r 5554ebb0913a -r c8821d8403ff javac.in
--- a/javac.in Wed May 15 20:17:08 2013 +0100
+++ b/javac.in Thu May 16 14:27:22 2013 +0100
@@ -20,7 +20,7 @@
my @bcoption;
my @bcoptions = grep {$_ =~ '^-Xbootclasspath/p:' } @ARGV;
my $bc = $bcoptions[0];
-my $systembc = glob '/home/andrew/builder/icedtea7/bootstrap/jdk1.6.0/jre/lib/rt.jar';
+my $systembc = glob '@abs_top_builddir@/bootstrap/jdk1.6.0/jre/lib/rt.jar';
if ($bc)
{
$bc =~ s/^[^:]*://;
More information about the distro-pkg-dev
mailing list