mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +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}" \
|
ROOT="${LFS}" \
|
||||||
KVER="${KVER}" \
|
KVER="${KVER}" \
|
||||||
MAKETUNING="${MAKETUNING}" \
|
MAKETUNING="${MAKETUNING}" \
|
||||||
|
CCACHE_DIR="${CCACHE_DIR}" \
|
||||||
|
CCACHE_COMPRESS="${CCACHE_COMPRESS}" \
|
||||||
|
CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \
|
||||||
install >> $LOGFILE 2>&1
|
install >> $LOGFILE 2>&1
|
||||||
|
|
||||||
local COMPILE_SUCCESS=$?
|
local COMPILE_SUCCESS=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user