]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: AutoGen - tag a function as cachable
authorJaben Carsey <jaben.carsey@intel.com>
Fri, 3 Aug 2018 15:11:07 +0000 (23:11 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 20 Aug 2018 02:53:05 +0000 (10:53 +0800)
commit830bf22fa5525263ea10cd2f4a0dc843a4c05122
treef427aa4339a7ff88db4a040fa94c7ba508591899
parentb23414f6540d4f336b6f00b44681911d469f9a04
BaseTools: AutoGen - tag a function as cachable

MakeFile generation is once per module, so mark it as such.
also move the time stamp creation function inside as it's
only called from one place.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py