]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools: remove unnecessary calls of os.exist
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 4 Sep 2019 05:00:37 +0000 (13:00 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 17 Sep 2019 02:19:05 +0000 (10:19 +0800)
commit0075ab2cec500fc679c6b2e4990142b4a2e51050
treedd5fe19ef82620090e1733e9f7e3322bdf9e1f15
parentbc9e4194cf3edaf9524c83098ba3f72008c70190
BaseTools: remove unnecessary calls of os.exist

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2101

This patch is going to remove unnecessary calls
of os.exist()

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGenWorker.py
BaseTools/Source/Python/AutoGen/GenC.py
BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools/Source/Python/AutoGen/PlatformAutoGen.py
BaseTools/Source/Python/AutoGen/UniClassObject.py