Browse Source

remove unused print

ruki 4 years ago
parent
commit
05e99e1289
2 changed files with 0 additions and 2 deletions
  1. 0 1
      packages/l/luajit/port/xmake.lua
  2. 0 1
      packages/m/moonjit/port/xmake.lua

+ 0 - 1
packages/l/luajit/port/xmake.lua

@@ -87,7 +87,6 @@ rule("buildvm")
                 march = "elfasm"
                 march = "elfasm"
             end
             end
             os.vrunv(buildvm_bin, {"-m", march, "-o", lj_vm_asm})
             os.vrunv(buildvm_bin, {"-m", march, "-o", lj_vm_asm})
-            print(compiler.compcmd(lj_vm_asm, lj_vm_obj, {target = target}))
             compiler.compile(lj_vm_asm, lj_vm_obj, {target = target})
             compiler.compile(lj_vm_asm, lj_vm_obj, {target = target})
             table.join2(target:objectfiles(), lj_vm_obj)
             table.join2(target:objectfiles(), lj_vm_obj)
         end
         end

+ 0 - 1
packages/m/moonjit/port/xmake.lua

@@ -87,7 +87,6 @@ rule("buildvm")
                 march = "elfasm"
                 march = "elfasm"
             end
             end
             os.vrunv(buildvm_bin, {"-m", march, "-o", lj_vm_asm})
             os.vrunv(buildvm_bin, {"-m", march, "-o", lj_vm_asm})
-            print(compiler.compcmd(lj_vm_asm, lj_vm_obj, {target = target}))
             compiler.compile(lj_vm_asm, lj_vm_obj, {target = target})
             compiler.compile(lj_vm_asm, lj_vm_obj, {target = target})
             table.join2(target:objectfiles(), lj_vm_obj)
             table.join2(target:objectfiles(), lj_vm_obj)
         end
         end