]> gcc.gnu.org Git - gcc.git/blobdiff - Makefile.in
Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
[gcc.git] / Makefile.in
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 ; \
This page took 0.036318 seconds and 5 git commands to generate.