make.sh: Correctly configure ccache in toolchain stage

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-04-20 17:45:49 +02:00
parent dc7d6b204d
commit 58256cf152

View File

@@ -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=$?