]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/make-functions
make.sh: Correctly configure ccache in toolchain stage
[people/pmueller/ipfire-2.x.git] / tools / make-functions
index 7417350a76d5b446560a3de5181675de1d3917e0..01222569fc3ed4386c5330a4ef5d4530e9e73ede 100644 (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=$?