]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/build/build: refactor and move functions
authorCarsey, Jaben <jaben.carsey@intel.com>
Thu, 10 Jan 2019 18:39:45 +0000 (02:39 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 21 Jan 2019 10:03:30 +0000 (18:03 +0800)
commitb298567268c42ce40e1872ca3e9352b5774b0d9a
tree625ffcb1ab049d8218d7ac376a3db57fb19504ae
parentdd1988cf019050395575d57703b64186ba930711
BaseTools/build/build: refactor and move functions

Move DataDump and DataRestore from Common.Misc to this file.
There were no other consumers of these 2 functions.

Import threading since that module is used in build.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/build/build.py