config/path: set .ccache dir to ~/.ccache-openelec

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-13 08:30:05 +02:00
parent bd4c37762a
commit 6b598a255e

View File

@ -106,7 +106,7 @@ HOST_PKG_CONFIG_PATH=""
HOST_PKG_CONFIG_LIBDIR="$ROOT/$TOOLCHAIN/lib/pkgconfig:$ROOT/$TOOLCHAIN/share/pkgconfig"
HOST_PKG_CONFIG_SYSROOT_DIR=""
export CCACHE_DIR=$ROOT/$BUILD/.ccache
export CCACHE_DIR=~/.ccache-openelec
export MAKEFLAGS=-j$CONCURRENCY_MAKE_LEVEL
export PKG_CONFIG=$ROOT/$TOOLCHAIN/bin/pkg-config