Fix gcj

Andreas Jaeger aj@suse.de
Wed Apr 10 09:21:00 GMT 2002


I just got:

gcj.texi:285: @item found outside of an insertion block.
makeinfo: Removing output file `gcj.info' due to errors; use --force to preserve.
make[2]: *** [/cvs/gcc-3_1-branch/gcc/java/gcj.info] Error 2

I'm committing the appended patch as obivous,
Andreas

2002-04-10  Andreas Jaeger  <aj@suse.de>

	* gcj.texi (Input Options): Fix extdirs patch.

============================================================
Index: gcc/java/gcj.texi
--- gcc/java/gcj.texi	10 Apr 2002 13:08:59 -0000	1.22.2.7
+++ gcc/java/gcj.texi	10 Apr 2002 16:06:36 -0000
@@ -280,12 +280,12 @@ Otherwise, the current directory (@code{
 @item
 If @code{--bootclasspath} was specified, append its value.
 Otherwise, append the built-in system directory, @file{libgcj.jar}.
-@end itemize
 
 @item
 Finaly, if @code{--extdirs} was specified, append the contents of the
 specified directories at the end of the class path.  Otherwise, append
 the contents of the built-in extdirs at @code{$(prefix)/share/java/ext}.
+@end itemize
 
 The classfile built by @command{gcj} for the class @code{java.lang.Object}
 (and placed in @code{libgcj.jar}) contains a special zero length


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Java-patches mailing list