/hg/icedtea: Add missing semi-colon.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Dec 8 12:59:06 PST 2010
changeset 313adf325208 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=313adf325208
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Dec 08 20:59:00 2010 +0000
Add missing semi-colon.
2010-12-08 Andrew John Hughes <ahughes at redhat.com>
* javac.in: Add missing semicolon.
diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog | 4 ++++
javac.in | 2 +-
diffs (23 lines):
diff -r b363caf51669 -r 313adf325208 ChangeLog
--- a/ChangeLog Wed Dec 08 20:57:53 2010 +0000
+++ b/ChangeLog Wed Dec 08 20:59:00 2010 +0000
@@ -1,3 +1,7 @@ 2010-12-08 Andrew John Hughes <ahughes
+2010-12-08 Andrew John Hughes <ahughes at redhat.com>
+
+ * javac.in: Add missing semicolon.
+
2010-12-08 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r b363caf51669 -r 313adf325208 javac.in
--- a/javac.in Wed Dec 08 20:57:53 2010 +0000
+++ b/javac.in Wed Dec 08 20:59:00 2010 +0000
@@ -20,7 +20,7 @@ push @bcoption, '-bootclasspath', glob '
push @bcoption, '-bootclasspath', glob '@abs_top_builddir@/bootstrap/jdk1.6.0/jre/lib/rt.jar'
unless grep {$_ eq '-bootclasspath'} @ARGV;
my @ecj_parms = ($ECJ_WARNINGS, @bcoption);
-my @javac_parms = ($JAVAC_WARNINGS, '-Xprefer:source', '-J-Xmx1024m')
+my @javac_parms = ($JAVAC_WARNINGS, '-Xprefer:source', '-J-Xmx1024m');
# Work around ecj's inability to handle duplicate command-line
# options and unknown javac options.
More information about the distro-pkg-dev
mailing list