phase1: report ccache stats at end of build
authorThibaut VARÈNE <hacks@slashdirt.org>
Thu, 21 Jun 2018 18:16:42 +0000 (20:16 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 26 Jun 2018 20:08:54 +0000 (22:08 +0200)
commitf5d0974c1ae3e302aec7767228cb87b61767be5c
tree8f561e9a252ad7babb5ca26d5f00080d15b8e2b2
parent750174c0cee95925dd322f37c211577d0ebc0dc4
phase1: report ccache stats at end of build

ccache.sh tries to report ccache statistics but at the time this
script is run, the ccache binary hasn't been built and is thus
unavailable.

This patch tries to run 'ccache -s' at the end of the build. It
will look for ccache in the staging_dir first then in the host PATH.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/ccache.sh
phase1/master.cfg