]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
make.sh: Correctly configure ccache in toolchain stage
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Apr 2017 15:45:49 +0000 (17:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 May 2017 11:02:10 +0000 (12:02 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
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=$?