ccache: don't override make_host

There's no need for it, it only delays building until makeinstall
and messes up build time statistics.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2022-12-01 23:43:44 +01:00
parent 243b9a2347
commit 16ec111802

View File

@ -27,10 +27,6 @@ configure_host() {
..
}
make_host() {
:
}
post_makeinstall_host() {
# setup ccache
if [ -z "${CCACHE_DISABLE}" ]; then