This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc CVS breakage


Janis Johnson writes:
> On Tue, Sep 10, 2002 at 04:40:28PM -0700, tm wrote:
> > 
> > It looks like someone broke CVS in the past 24 hours?
> > 
> > It looks like it's failing to build .texi files in the fastjar directory:
> > 
> > make[1]: Entering directory `/home/tm/gcc-build-sh-elf/fastjar'
> > cd ../../gcc/fastjar \
> >   && makeinfo  `echo ../../gcc/fastjar/fastjar.texi | sed 's,.*/,,'`
> > fastjar.texi:13: @include gcc-common.texi: No such file or directory.
> > fastjar.texi:145: Unknown command `gcctabopt'.
> > fastjar.texi:145: Misplaced {.
> > fastjar.texi:145: Misplaced }.
> 
> It looks like this patch to fastjar:
> 
> 2002-09-10  Matthias Klose  <doko@debian.org>
> 
> 	* fastjar.texi: New.
> 	* Makefile.am: Support building info docs and manpages.
> 	* Makefile.in: Regenerated.
> 	* configure.in: Set gcc_version.
> 	* configure: Regenerated.
> 	* jargrep.c: Update usage and help strings.
> 
> The file gcc-common.texi is in gcc/doc/include; that directory must be
> specified to makeinfo with -I.

I reverted the patch to Makefile.am and Makefile.in to renable the
bootstrap.

Both MAKEINFO and MAKEINFOFLAGS are overwritten by the toplevel
Makefile.


2002-09-11  Matthias Klose  <doko@debian.org>

        * Makefile.am: Revert the previous patch.
        * Makefile.in: Regenerated.

--- Makefile.am~	2002-09-11 07:17:56.000000000 +0200
+++ Makefile.am	2002-09-11 07:38:23.000000000 +0200
@@ -58,16 +58,6 @@
 
 AM_CFLAGS = @fastjar_warn_cflags@
 
-MAKEINFO += -I $(srcdir)/../gcc/doc/include
-TEXINFO_TEX = $(srcdir)/../gcc/doc/include/texinfo.tex
-info_TEXINFOS = fastjar.texi
-fastjar_TEXINFOS = \
-	$(srcdir)/../gcc/doc/include/gcc-common.texi \
-	$(srcdir)/../gcc/doc/include/fdl.texi \
-	$(srcdir)/../gcc/doc/include/gpl.texi
-man_MANS = jar.1 grepjar.1
-EXTRA_DIST = $(man_MANS)
-
 TEXI2POD = perl $(srcdir)/../contrib/texi2pod.pl
 POD2MAN = pod2man --center="GNU" --release="gcc-@gcc_version@"
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]