summaryrefslogtreecommitdiff
path: root/mk/ccache.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/ccache.mk')
-rw-r--r--mk/ccache.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/ccache.mk b/mk/ccache.mk
index 2fe2d67..47bcb4d 100644
--- a/mk/ccache.mk
+++ b/mk/ccache.mk
@@ -71,6 +71,6 @@ define embtk_install_ccache
$(call __embtk_install_hostpkg,ccache)
endef
-define embtk_postinstall_ccache
+define embtk_postinstallonce_ccache
CCACHE_DIR=$(CCACHE_DIR) $(CCACHE_BIN) --max-size=2GB
endef