]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Common/Misc.py
BaseTools:Remove the unnecessary operation of renaming a file.
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 4 Sep 2019 05:09:00 +0000 (13:09 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 17 Sep 2019 02:19:05 +0000 (10:19 +0800)
commit22e75231aee6361c9c13c0be7f3dd083db8f308e
tree3cc427e988d225acdc788599243eb0b9f67773d4
parent0075ab2cec500fc679c6b2e4990142b4a2e51050
BaseTools:Remove the unnecessary operation of renaming a file.

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

This patch is going to remove rename call to reduce unnecessary
io operation so that saving build time.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/Misc.py