This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: problems re: makeinfo '--split-size' arg?


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



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