Commit 73bcde45 authored by Vitaly Lipatov's avatar Vitaly Lipatov

do not override CCACHE_DIR

parent d9a17944
...@@ -66,8 +66,7 @@ SSHTIMEOUT=300 ...@@ -66,8 +66,7 @@ SSHTIMEOUT=300
BUILDSERVER= BUILDSERVER=
# TODO: use common ccache dir [ -n "$CCACHE_DIR" ] || CCACHE_DIR=$OURTMPDIR/ccache
export CCACHE_DIR=$OURTMPDIR/ccache
# enable ccache using # enable ccache using
# CCACHE_ENABLE=yes # CCACHE_ENABLE=yes
...@@ -82,3 +81,4 @@ elif [ -f ~/.eterbuild-config ] ; then ...@@ -82,3 +81,4 @@ elif [ -f ~/.eterbuild-config ] ; then
fatal "./eterbuild-config is obsoleted, use ~/.config/eterbuild instead" fatal "./eterbuild-config is obsoleted, use ~/.config/eterbuild instead"
fi fi
export CCACHE_DIR
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment