Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000. * Makefile.in: Regenerate. From-SVN: r65786
This commit is contained in:
parent
59c60a985d
commit
2f50999f20
@ -1,3 +1,8 @@
|
||||
2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||
|
||||
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2003-04-18 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* configure.in (powerpc64*-*-linux*): Remove.
|
||||
|
@ -203,7 +203,8 @@ USUAL_MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
|
||||
# This just becomes part of the MAKEINFO definition passed down to
|
||||
# sub-makes. It lets flags be given on the command line while still
|
||||
# using the makeinfo from the object tree.
|
||||
MAKEINFOFLAGS =
|
||||
# (Default to avoid splitting info files by setting the threshold high.)
|
||||
MAKEINFOFLAGS = --split-size=5000000
|
||||
|
||||
EXPECT = `if [ -f $$r/expect/expect ] ; \
|
||||
then echo $$r/expect/expect ; \
|
||||
|
@ -206,7 +206,8 @@ USUAL_MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
|
||||
# This just becomes part of the MAKEINFO definition passed down to
|
||||
# sub-makes. It lets flags be given on the command line while still
|
||||
# using the makeinfo from the object tree.
|
||||
MAKEINFOFLAGS =
|
||||
# (Default to avoid splitting info files by setting the threshold high.)
|
||||
MAKEINFOFLAGS = --split-size=5000000
|
||||
|
||||
EXPECT = `if [ -f $$r/expect/expect ] ; \
|
||||
then echo $$r/expect/expect ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user