From 58256cf1521fb87cc6beb4e1aee9ead90f37a49f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 20 Apr 2017 17:45:49 +0200 Subject: [PATCH] make.sh: Correctly configure ccache in toolchain stage Signed-off-by: Michael Tremer --- tools/make-functions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/make-functions b/tools/make-functions index 7417350a76..01222569fc 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -602,6 +602,9 @@ lfsmake1() { ROOT="${LFS}" \ KVER="${KVER}" \ MAKETUNING="${MAKETUNING}" \ + CCACHE_DIR="${CCACHE_DIR}" \ + CCACHE_COMPRESS="${CCACHE_COMPRESS}" \ + CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \ install >> $LOGFILE 2>&1 local COMPILE_SUCCESS=$? -- 2.39.5