Created
February 10, 2017 16:46
-
-
Save kingseva/a3124dbdc482df4e4314bc94d8b2f341 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make[1]: Entering directory `/home/loki/builds/mxe/mxe' | |
| make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. | |
| uname -a | |
| Linux saturn1 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux | |
| git log --pretty=tformat:"%H - %s [%ar] [%d]" -1 | |
| 27facf1c6fcb7973781568dde9b0c1072e28f669 - Merge pull request #1659 from tonytheodore/gcc5-fix [2 days ago] [ (HEAD, origin/master, origin/HEAD, master)] | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Ubuntu | |
| Description: Ubuntu 14.04.3 LTS | |
| Release: 14.04 | |
| Codename: trusty | |
| autoconf --version 2>/dev/null | head -1 | |
| autoconf (GNU Autoconf) 2.69 | |
| automake --version 2>/dev/null | head -1 | |
| automake (GNU automake) 1.14.1 | |
| gcc --version | |
| gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 | |
| Copyright (C) 2013 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| g++ --version | |
| g++ (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 | |
| Copyright (C) 2013 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| python --version | |
| Python 2.7.6 | |
| perl --version 2>&1 | head -3 | |
| This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi | |
| (with 44 registered patches, see perl -V for more detail) | |
| rm -rf '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static' | |
| mkdir -p '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static' | |
| mkdir -p '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4' | |
| mkdir -p '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4.build_' | |
| # disable wine with readonly directory | |
| # see https://github.com/mxe/mxe/issues/841 | |
| mkdir -p '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/readonly' | |
| chmod 0555 '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/readonly' | |
| cd '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static' && tar xzf '/home/loki/builds/mxe/mxe/pkg/LuaJIT-2.0.4.tar.gz' | |
| cd '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4' | |
| (cd '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4' && patch -p1 -u) < /home/loki/builds/mxe/mxe/src/luajit-1-fixes.patch | |
| patching file src/Makefile | |
| Hunk #1 succeeded at 169 (offset 2 lines). | |
| Hunk #2 succeeded at 332 (offset -2 lines). | |
| make -C '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4' -j '4' HOST_CC='gcc -m64' CROSS='x86_64-w64-mingw32.static-' TARGET_SYS=Windows BUILDMODE=static PREFIX='/home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static' FILE_T=luajit.exe INSTALL_TNAME=luajit-2.0.4.exe INSTALL_TSYMNAME=luajit.exe install | |
| make[2]: Entering directory `/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4' | |
| ==== Building LuaJIT 2.0.4 ==== | |
| make -C src | |
| make[3]: Entering directory `/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src' | |
| HOSTCC host/minilua.o | |
| HOSTCC host/buildvm_asm.o | |
| HOSTCC host/buildvm_peobj.o | |
| HOSTCC host/buildvm_lib.o | |
| HOSTCC host/buildvm_fold.o | |
| CC lj_gc.o | |
| CC lj_char.o | |
| CC lj_obj.o | |
| CC lj_str.o | |
| CC lj_tab.o | |
| CC lj_func.o | |
| CC lj_udata.o | |
| CC lj_meta.o | |
| CC lj_debug.o | |
| CC lj_state.o | |
| CC lj_vmevent.o | |
| CC lj_vmmath.o | |
| CC lj_strscan.o | |
| CC lj_api.o | |
| CC lj_lex.o | |
| CC lj_parse.o | |
| CC lj_bcread.o | |
| CC lj_bcwrite.o | |
| CC lj_load.o | |
| CC lj_ir.o | |
| CC lj_opt_mem.o | |
| CC lj_opt_narrow.o | |
| CC lj_opt_dce.o | |
| CC lj_opt_loop.o | |
| CC lj_opt_split.o | |
| CC lj_opt_sink.o | |
| CC lj_mcode.o | |
| CC lj_snap.o | |
| CC lj_asm.o | |
| CC lj_trace.o | |
| CC lj_gdbjit.o | |
| CC lj_ctype.o | |
| CC lj_cdata.o | |
| CC lj_cconv.o | |
| CC lj_ccall.o | |
| CC lj_ccallback.o | |
| CC lj_carith.o | |
| CC lj_clib.o | |
| CC lj_cparse.o | |
| CC lj_lib.o | |
| CC lj_alloc.o | |
| CC lib_aux.o | |
| CC lib_package.o | |
| CC lib_init.o | |
| CC luajit.o | |
| HOSTLINK host/minilua | |
| DYNASM host/buildvm_arch.h | |
| HOSTCC host/buildvm.o | |
| HOSTLINK host/buildvm | |
| BUILDVM lj_vm.o | |
| BUILDVM lj_ffdef.h | |
| BUILDVM lj_bcdef.h | |
| BUILDVM lj_folddef.h | |
| CC lj_record.o | |
| CC lj_crecord.o | |
| BUILDVM lj_recdef.h | |
| BUILDVM lj_libdef.h | |
| BUILDVM jit/vmdef.lua | |
| CC lj_err.o | |
| CC lj_bc.o | |
| CC lj_dispatch.o | |
| CC lj_opt_fold.o | |
| CC lj_ffrecord.o | |
| CC lib_base.o | |
| CC lib_math.o | |
| CC lib_bit.o | |
| CC lib_string.o | |
| CC lib_table.o | |
| CC lib_io.o | |
| CC lib_os.o | |
| CC lib_debug.o | |
| CC lib_jit.o | |
| CC lib_ffi.o | |
| AR libluajit.a | |
| x86_64-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U') | |
| LINK luajit.exe | |
| OK Successfully built LuaJIT | |
| make[3]: Leaving directory `/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src' | |
| ==== Successfully built LuaJIT 2.0.4 ==== | |
| ==== Installing LuaJIT 2.0.4 to /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static ==== | |
| mkdir -p /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/bin /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/include/luajit-2.0 /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/share/man/man1 /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/pkgconfig /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/share/luajit-2.0.4/jit /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/share/lua/5.1 /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/lua/5.1 | |
| cd src && install -m 0755 luajit.exe /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/bin/luajit-2.0.4.exe | |
| cd src && test -f libluajit.a && install -m 0644 libluajit.a /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/libluajit-5.1.a || : | |
| rm -f /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/bin/luajit.exe /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/libluajit-5.1.so.2.0.4 /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/libluajit-5.1.so /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/libluajit-5.1.so | |
| cd src && test -f libluajit.so && \ | |
| install -m 0755 libluajit.so /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/libluajit-5.1.so.2.0.4 && \ | |
| ldconfig -n /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib && \ | |
| ln -sf libluajit-5.1.so.2.0.4 /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/libluajit-5.1.so && \ | |
| ln -sf libluajit-5.1.so.2.0.4 /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/libluajit-5.1.so || : | |
| cd etc && install -m 0644 luajit.1 /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/share/man/man1 | |
| cd etc && sed -e "s|^prefix=.*|prefix=/home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ | |
| install -m 0644 luajit.pc.tmp /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/lib/pkgconfig/luajit.pc && \ | |
| rm -f luajit.pc.tmp | |
| cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/include/luajit-2.0 | |
| cd src/jit && install -m 0644 bc.lua v.lua dump.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua bcsave.lua vmdef.lua /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/share/luajit-2.0.4/jit | |
| ln -sf luajit-2.0.4.exe /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/bin/luajit.exe | |
| ==== Successfully installed LuaJIT 2.0.4 to /home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static ==== | |
| make[2]: Leaving directory `/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4' | |
| settings.mk | |
| # This is a template of configuration file for MXE. See | |
| # docs/index.html for more extensive documentations. | |
| # This variable controls the number of compilation processes | |
| # within one package ("intra-package parallelism"). | |
| #JOBS := | |
| # This variable controls where intermediate files are created | |
| # this is necessary when compiling inside a virtualbox shared | |
| # directory. Some commands like strip fail in there with Protocol error | |
| # default is the current directory | |
| #MXE_TMP := /tmp | |
| # This variable controls the targets that will build. | |
| #MXE_TARGETS := i686-w64-mingw32.static i686-w64-mingw32.shared x86_64-w64-mingw32.static x86_64-w64-mingw32.shared | |
| # This variable controls which plugins are in use. | |
| # See plugins/README.md for further information. | |
| #override MXE_PLUGIN_DIRS += plugins/apps plugins/native | |
| # This variable controls the download mirror for SourceForge, | |
| # when it is used. Enabling the value below means auto. | |
| #SOURCEFORGE_MIRROR := downloads.sourceforge.net | |
| # The three lines below makes `make` build these "local | |
| # packages" instead of all packages. | |
| #LOCAL_PKG_LIST := boost curl file flac lzo pthreads vorbis wxwidgets | |
| #.DEFAULT local-pkg-list: | |
| #local-pkg-list: $(LOCAL_PKG_LIST) | |
| x86_64-w64-mingw32.static-strip '/home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/bin/test-luajit.exe' | |
| x86_64-w64-mingw32.static-strip: '/home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/bin/test-luajit.exe': No such file | |
| make[1]: [build-only-luajit_x86_64-w64-mingw32.static] Error 1 (ignored) | |
| (du -k -d 0 '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static' 2>/dev/null || du -k --max-depth 0 '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static') | sed -n 's/^\(\S*\).*/du: \1 KiB/p' | |
| du: 6376 KiB | |
| rm -rfv '/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static' | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/readonly’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4.build_’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_arm.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_ppc.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_x64.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_proto.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_mips.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_x86.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_ppc.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_x86.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dynasm.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_mips.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm/dasm_arm.lua’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/dynasm’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/README’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/img/contact.png’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/img’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/running.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/install.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/ext_jit.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/bluequad-print.css’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/contact.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/bluequad.css’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/ext_ffi_tutorial.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/luajit.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/ext_c_api.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/ext_ffi_semantics.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/changes.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/ext_ffi_api.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/ext_ffi.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/status.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/extensions.html’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc/faq.html’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/doc’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/Makefile’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/etc/luajit.1’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/etc/luajit.pc’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/etc’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/COPYRIGHT’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_obj.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_libdef.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_loop.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_sink.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_debug.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_traceerr.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ccallback.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_vmmath.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_func.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ff.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_table.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_base.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_tab.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_target_ppc.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_udata.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_gc.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_cparse.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_bcwrite.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/libluajit.a’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_aux.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/luaconf.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_bcwrite.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/dis_arm.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/dis_mips.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/dis_ppc.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/dis_x86.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/vmdef.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/bcsave.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/dis_mipsel.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/dump.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/bc.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/dis_x64.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit/v.lua’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/jit’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_err.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_emit_mips.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/vm_arm.dasc’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_strscan.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ctype.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_meta.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_clib.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_loop.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_fold.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_vmmath.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lualib.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_emit_x86.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_tab.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ccallback.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ir.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_mem.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/psvitabuild.bat’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_io.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_debug.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_errmsg.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_string.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/Makefile.orig’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_obj.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_target_x86.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/luajit.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/xedkbuild.bat’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_lex.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_target.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lua.hpp’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_bc.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_bc.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_dce.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_parse.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_load.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_tab.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_crecord.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_vmevent.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/luajit.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_clib.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_iropt.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_vmevent.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_vm.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_cparse.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ctype.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_recdef.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_vmevent.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ffdef.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_cparse.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_mem.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_trace.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_fold.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj.supp’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_vm.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_base.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_dce.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/Makefile’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_char.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_ffi.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_gdbjit.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_dispatch.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_lib.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_bcdef.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_os.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_carith.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/luajit.exe’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_lib.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_meta.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_str.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_gc.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_parse.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/luajit.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_bcread.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_mcode.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_api.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_sink.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_record.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_state.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_bcdump.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_frame.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ir.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_record.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ffrecord.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ccallback.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_trace.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/vm_ppc.dasc’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_lex.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_api.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lua.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_carith.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_def.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_snap.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_asm_ppc.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_emit_ppc.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ccall.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ccall.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_asm.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_arch.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/minilua.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm_peobj.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm_lib.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm_arch.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/README’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/minilua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm_fold.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm_asm.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm_peobj.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm_lib.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm_asm.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm_fold.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/minilua.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/genminilua.lua’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host/buildvm.c’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/host’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_parse.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_folddef.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_bit.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_asm.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_gdbjit.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_debug.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_ffi.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_jit.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_func.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_trace.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_dispatch.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_gdbjit.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_clib.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_debug.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_cconv.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_state.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_jit.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ctype.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/ps4build.bat’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/vm_x86.dasc’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_func.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_udata.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/vm_mips.dasc’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ccall.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_err.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_alloc.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ircall.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_math.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_os.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_char.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_package.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_io.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_bc.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_obj.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_mcode.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ffrecord.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_jit.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_str.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_carith.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_cconv.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_bit.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_crecord.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/Makefile.dep’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_asm_mips.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_init.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_table.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/ljamalg.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_lib.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_str.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_gc.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_snap.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_load.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_dispatch.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_split.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_emit_arm.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_record.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_alloc.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_debug.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_split.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_state.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_cdata.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_narrow.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ffrecord.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_lex.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/vm_ppcspe.dasc’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_package.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_string.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_char.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_init.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_aux.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_ir.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_asm_arm.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_bcread.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_mcode.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_crecord.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_cdata.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_target_mips.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_opt_narrow.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_strscan.c’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_cconv.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_strscan.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_cdata.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lauxlib.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_alloc.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_asm_x86.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lib_math.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_meta.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_snap.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_udata.o’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_target_arm.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_err.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/lj_asm.h’ | |
| removed ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src/msvcbuild.bat’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4/src’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static/LuaJIT-2.0.4’ | |
| removed directory: ‘/home/loki/builds/mxe/mxe/tmp-luajit-x86_64-w64-mingw32.static’ | |
| touch '/home/loki/builds/mxe/mxe/usr/x86_64-w64-mingw32.static/installed/luajit' | |
| make[1]: Leaving directory `/home/loki/builds/mxe/mxe' | |
| real 0m18.004s | |
| user 0m27.821s | |
| sys 0m1.723s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment