]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Fri, 18 Apr 2003 18:26:20 +0000 (20:26 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Fri, 18 Apr 2003 18:26:20 +0000 (18:26 +0000)
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
* Makefile.in: Regenerate.

From-SVN: r65786

ChangeLog
Makefile.in
Makefile.tpl

index 94dc6317f7204b48b346e7b45629e1f041b4bf3d..aef37995e399e3013d7ed25e051aba56a1cf4d80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 615e3d3f4ffb2b6de30a3e698385e3bc0c3a3508..1b993f59e9c539b080ec2a6d91bbc2a5c7095d21 100644 (file)
@@ -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 ; \
index 922b0e52f071db545618eae37eac45408d31f9bc..314c44977d823d2a282245d1c65e598ce2b6eb6a 100644 (file)
@@ -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 ; \
This page took 0.101434 seconds and 5 git commands to generate.