From: Joel Rosdahl Date: Sat, 16 Jul 2011 13:39:38 +0000 (+0200) Subject: config: Remove obsolete references to CCACHE_NOCOMPRESS X-Git-Tag: v3.2~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f98dda02f7e5d80bc91cefc1867440249e396c83;p=thirdparty%2Fccache.git config: Remove obsolete references to CCACHE_NOCOMPRESS --- diff --git a/test.sh b/test.sh index 77d206dcf..4b4325e53 100755 --- a/test.sh +++ b/test.sh @@ -509,11 +509,8 @@ hardlink_suite() { CCACHE_COMPILE="$CCACHE $COMPILER" CCACHE_HARDLINK=1 export CCACHE_HARDLINK - CCACHE_NOCOMPRESS=1 - export CCACHE_NOCOMPRESS base_tests unset CCACHE_HARDLINK - unset CCACHE_NOCOMPRESS } cpp2_suite() {