texlive[46508] Master/tlpkg/tlpsrc: no_luajit_platforms doc

commits+karl at tug.org commits+karl at tug.org
Thu Feb 1 00:30:04 CET 2018


Revision: 46508
          http://tug.org/svn/texlive?view=revision&revision=46508
Author:   karl
Date:     2018-02-01 00:30:04 +0100 (Thu, 01 Feb 2018)
Log Message:
-----------
no_luajit_platforms doc

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpsrc/luatex.tlpsrc
    trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc

Modified: trunk/Master/tlpkg/tlpsrc/luatex.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/luatex.tlpsrc	2018-01-31 23:27:37 UTC (rev 46507)
+++ trunk/Master/tlpkg/tlpsrc/luatex.tlpsrc	2018-01-31 23:30:04 UTC (rev 46508)
@@ -35,6 +35,7 @@
 #
 binpattern f bin/win32/lua*.dll
 
+# duplicated in mflua.tlpsrc, sigh.
 tlpsetvar no_luajit_platforms \
   powerpc-darwin,sparc-solaris,x86_64-solaris
 #

Modified: trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc	2018-01-31 23:27:37 UTC (rev 46507)
+++ trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc	2018-01-31 23:30:04 UTC (rev 46508)
@@ -9,9 +9,6 @@
 execute AddFormat name=mflua engine=mflua-nowin options="mf.ini" \
   fmttriggers=${fmtdeps} mode=disabled
 
-# (mfluajit not worth the complications this year; see luatex.tlpsrc for
-# references.)
-
 runpattern d texmf-dist/scripts/mflua
 runpattern d texmf-dist/metafont/mflua
 
@@ -19,11 +16,11 @@
 binpattern f bin/${ARCH}/mflua-nowin
 
 # duplicated in luatex.tlpsrc, sigh.
-tlpsetvar no_jit_platforms \
+tlpsetvar no_luajit_platforms \
   powerpc-darwin,sparc-solaris,x86_64-solaris
 #
-binpattern f/!${no_jit_platforms} bin/${ARCH}/mfluajit
-binpattern f/!${no_jit_platforms} bin/${ARCH}/mfluajit-nowin
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit-nowin
 
 # need metafont for support files, luatex for dll's, etc.
 depend metafont



More information about the tex-live-commits mailing list