]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools ConvertMasmToNasm: Don't try to reconvert .nasm files
authorJordan Justen <jordan.l.justen@intel.com>
Tue, 31 May 2016 01:48:50 +0000 (18:48 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Tue, 28 Jun 2016 20:16:53 +0000 (13:16 -0700)
commitad00b0452e0c6cf09aecfe1b0cf64d81f191a507
tree0d6f49b956baad0e3fc7bb89a3aefcb2f756125a
parent5de927b54b9f4b314ec65bd2ae1d1908ceabd423
BaseTools ConvertMasmToNasm: Don't try to reconvert .nasm files

We now check to see if the destination .nasm file already exists. If
it does, then we don't try to convert the .asm to .nasm.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Scripts/ConvertMasmToNasm.py