[kaffe] Small fastjar fix

Jari Korva jpkorva at iki.fi
Sun Jan 15 07:01:04 PST 2006


Hi,

on systems which don't have texinfo installed, following commands to an
error:

make clean
make
...
/home/jko/kaffe/kaffe/scripts/missing: line 52: makeinfo: command not
found
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[3]: *** [fastjar.info] Error 1
make[3]: Leaving directory `/home/jko/kaffe/kaffe/external/gcc/fastjar'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jko/kaffe/kaffe/external/gcc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jko/kaffe/kaffe/external'
make: *** [all-recursive] Error 1


The following patch fixes this:

--- external/gcc/fastjar/Makefile.am  14 Jan 2006 22:47:07 -0000     1.6
+++ external/gcc/fastjar/Makefile.am  15 Jan 2006 15:14:10 -0000
@@ -54,7 +54,7 @@
        -cp -p $(top_builddir)/fastjar.info $(srcdir)/fastjar.info
        touch $@

-CLEANFILES = stamp-geninsrc fastjar.info
+CLEANFILES = stamp-geninsrc
 MAINTAINERCLEANFILES = $(srcdir)/fastjar.1 \
                        $(srcdir)/fastjar.info


Cheers,
  Jari




More information about the kaffe mailing list