[kaffe] CVS kaffe (doogie): Quote @JIKES@, so that additional arguments can be passed to it.
Kaffe CVS
cvs-commits at kaffe.org
Sat Apr 3 19:20:02 PST 2004
PatchSet 4614
Date: 2004/04/04 03:16:47
Author: doogie
Branch: HEAD
Tag: (none)
Log:
Quote @JIKES@, so that additional arguments can be passed to it.
Members:
ChangeLog:1.2191->1.2192
libraries/javalib/rebuildLib.in:1.38->1.39
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2191 kaffe/ChangeLog:1.2192
--- kaffe/ChangeLog:1.2191 Sun Apr 4 03:03:10 2004
+++ kaffe/ChangeLog Sun Apr 4 03:16:47 2004
@@ -1,5 +1,11 @@
2004-04-03 Adam Heath <doogie at debian.org>
+ * libraries/javalib/rebuildLib.in: Quote @JIKES@, so that
+ additional arguments can be passed to it.
+
+
+2004-04-03 Adam Heath <doogie at debian.org>
+
* scripts/sort-warnings.pl:
* The warnings hash is now a list, so that we can specify the check
order.
Index: kaffe/libraries/javalib/rebuildLib.in
diff -u kaffe/libraries/javalib/rebuildLib.in:1.38 kaffe/libraries/javalib/rebuildLib.in:1.39
--- kaffe/libraries/javalib/rebuildLib.in:1.38 Mon Mar 8 21:21:40 2004
+++ kaffe/libraries/javalib/rebuildLib.in Sun Apr 4 03:16:49 2004
@@ -19,7 +19,7 @@
TOPBLD=${top_builddir-`sed -n '/^top_builddir *= */ s///p' < Makefile`}
# We now rebuild the class library using kjc and Klasses.jar.bootstrap
-JIKES=@JIKES@
+JIKES="@JIKES@"
: ${JAVAC_FLAGS=@JAVAC_FLAGS@}
# JIKES=
More information about the kaffe
mailing list