mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
make.sh: Correctly configure ccache in toolchain stage
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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=$?
|
||||
|
||||
Reference in New Issue
Block a user