From: Michael Tremer Date: Thu, 20 Apr 2017 15:45:49 +0000 (+0200) Subject: make.sh: Correctly configure ccache in toolchain stage X-Git-Tag: v2.19-core112~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58256cf1521fb87cc6beb4e1aee9ead90f37a49f;p=people%2Fstevee%2Fipfire-2.x.git make.sh: Correctly configure ccache in toolchain stage Signed-off-by: Michael Tremer --- 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=$?