problems re: makeinfo '--split-size' arg?

Steven Bosscher s.bosscher@student.tudelft.nl
Tue Apr 29 14:13:00 GMT 2003


Op di 29-04-2003, om 16:06 schreef Gerald Pfeifer:
> Index: Makefile.in
> ===================================================================
> RCS file: /cvs/gcc/gcc/Makefile.in,v
> retrieving revision 1.129.2.5
> diff -u -3 -p -r1.129.2.5 Makefile.in
> --- Makefile.in	25 Apr 2003 20:27:39 -0000	1.129.2.5
> +++ Makefile.in	29 Apr 2003 14:04:18 -0000
> @@ -163,7 +163,7 @@ MAKEINFO = `if [ -f $$r/texinfo/makeinfo
>  # sub-makes.  It lets flags be given on the command line while still
>  # using the makeinfo from the object tree.
>  # (Default to avoid splitting info files by setting the threshold high.)
> -MAKEINFOFLAGS = --split-size=5000000
> +MAKEINFOFLAGS = --no-split

I suppose the comment should be changed here, then?  We don't set a
threshold, so the comment doesn't make sense anymore.

> 
>  EXPECT = `if [ -f $$r/expect/expect ] ; \
>  	then echo $$r/expect/expect ; \
> Index: Makefile.tpl
> ===================================================================
> RCS file: /cvs/gcc/gcc/Makefile.tpl,v
> retrieving revision 1.13.6.4
> diff -u -3 -p -r1.13.6.4 Makefile.tpl
> --- Makefile.tpl	25 Apr 2003 20:27:39 -0000	1.13.6.4
> +++ Makefile.tpl	29 Apr 2003 14:04:19 -0000
> @@ -166,7 +166,7 @@ MAKEINFO = `if [ -f $$r/texinfo/makeinfo
>  # sub-makes.  It lets flags be given on the command line while still
>  # using the makeinfo from the object tree.
>  # (Default to avoid splitting info files by setting the threshold high.)
> -MAKEINFOFLAGS = --split-size=5000000
> +MAKEINFOFLAGS = --no-split

Same here.

> 
>  EXPECT = `if [ -f $$r/expect/expect ] ; \
>  	then echo $$r/expect/expect ; \
> 


Greetz
Steven




More information about the Binutils mailing list