summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/web2c/convert
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/web2c/convert')
-rwxr-xr-xBuild/source/texk/web2c/web2c/convert11
1 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/web2c/convert b/Build/source/texk/web2c/web2c/convert
index 271cdcb7edd..4f017931407 100755
--- a/Build/source/texk/web2c/web2c/convert
+++ b/Build/source/texk/web2c/web2c/convert
@@ -41,9 +41,9 @@ web2c_options=-c$basefile
precmd=
midcmd=
fixwrites_options=
-splitup_options="-i -l 11500"
-# was 10000, but that caused pdfetex4.c to appear. With 11500, the number of
-# files for pdf{e}tex is unchanged.
+# This used to have various values to control the number of *tex[0-9].c files.
+# We now avoid to split the C code for MF and all TeX-like engines.
+splitup_options="-i -l 65000"
postcmd=
output="> $cfile"
output_files="$cfile $basefile.h"
@@ -60,7 +60,7 @@ case $basefile in
hfile=texmfmp.h
midcmd="| sed -f $srcdir/web2c/cvtmf2.sed"
postcmd="| ./web2c/splitup $splitup_options $basefile"
- cfile=${basefile}1.c # last output file, or thereabouts
+ cfile=${basefile}0.c # last output file, or thereabouts
output=
output_files="$basefile[0-9].c ${basefile}ini.c ${basefile}d.h \
${basefile}coerce.h"
@@ -76,7 +76,7 @@ ${basefile}coerce.h"
hfile=texmfmp.h
fixwrites_options=-t
postcmd="| ./web2c/splitup $splitup_options ${basefile}"
- cfile=${basefile}2.c # last output file, or thereabouts
+ cfile=${basefile}0.c # last output file, or thereabouts
output=
output_files="$basefile[0-9].c ${basefile}ini.c ${basefile}d.h \
${basefile}coerce.h"
@@ -91,7 +91,6 @@ ${basefile}coerce.h"
web2c_options="-t -c${basefile}coerce"
hfile=texmfmp.h
fixwrites_options=-t
- splitup_options="-i -l 65000"
postcmd="| ./web2c/splitup $splitup_options ${basefile}"
cfile=${basefile}0.c # last output file, or thereabouts
output=