mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
ccache: Remove CCACHE_COMPRESS=1
This is the default now Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
9003f76300
commit
46437c6c35
3
make.sh
3
make.sh
@@ -522,7 +522,6 @@ prepareenv() {
|
||||
# Run LFS static binary creation scripts one by one
|
||||
export CCACHE_DIR=$BASEDIR/ccache
|
||||
export CCACHE_TEMPDIR="/tmp"
|
||||
export CCACHE_COMPRESS=1
|
||||
export CCACHE_COMPILERCHECK="string:toolchain-${TOOLCHAINVER} ${BUILD_ARCH}"
|
||||
|
||||
# Remove pre-install list of installed files in case user erase some files before rebuild
|
||||
@@ -594,7 +593,6 @@ enterchroot() {
|
||||
BUILD_PLATFORM="${BUILD_PLATFORM}" \
|
||||
CCACHE_DIR=/usr/src/ccache \
|
||||
CCACHE_TEMPDIR="${CCACHE_TEMPDIR}" \
|
||||
CCACHE_COMPRESS="${CCACHE_COMPRESS}" \
|
||||
CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \
|
||||
GOCACHE="/usr/src/ccache/go" \
|
||||
KVER="${KVER}" \
|
||||
@@ -678,7 +676,6 @@ lfsmake1() {
|
||||
PATH="${TOOLS_DIR}/ccache/bin:${TOOLS_DIR}/bin:$PATH" \
|
||||
CCACHE_DIR="${CCACHE_DIR}" \
|
||||
CCACHE_TEMPDIR="${CCACHE_TEMPDIR}" \
|
||||
CCACHE_COMPRESS="${CCACHE_COMPRESS}" \
|
||||
CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CXXFLAGS="${CXXFLAGS}" \
|
||||
|
||||
Reference in New Issue
Block a user