]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Build Cache output notification message
authorShi, Steven <steven.shi@intel.com>
Fri, 14 Jun 2019 11:44:41 +0000 (19:44 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 17 Jun 2019 09:00:45 +0000 (17:00 +0800)
commit04df18535caae11d19686d8f14b5e24a8e67ce31
tree0bd585fb4b2fa1b900e5261c190d78386b4fa992
parentede54e3588173178ec054b5c4dc181d3c63872b2
BaseTools:Build Cache output notification message

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1868

Build need output the cache miss or hit notification
message when consume the build cache. Current build does not
output any message which is not clear for user to know
whether the module built result is from cache or not.

This patch adds message about the cache miss or hit when
build consumes the cache.

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