From 0013bb62a5c86161999320ad867f0ef1371acbb3 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 24 Apr 2021 18:45:47 +0200 Subject: [PATCH] .bashrc: +CCACHE_PREFIX --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 57623c7..12918b8 100644 --- a/.bashrc +++ b/.bashrc @@ -224,6 +224,9 @@ if [ -n "$cpus" ];then MAKEFLAGS="$MAKEFLAGS -j$[$cpus*1]" fi unset cpus +if (which icecc && pidof iceccd) &>/dev/null;then + export CCACHE_PREFIX=icecc +fi # Do not: grep -w "$TERM" /etc/termcap >/dev/null || export TERM=vt220 # as Sun workaround as Debian misses: /etc/termcap # expects: $uname_p -- 1.8.3.1