From 6b598a255e505385e84d9cdd12d4db844dc30449 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 13 May 2012 08:30:05 +0200 Subject: [PATCH] config/path: set .ccache dir to ~/.ccache-openelec Signed-off-by: Stephan Raue --- config/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/path b/config/path index eb7cfd044..e98fea501 100644 --- a/config/path +++ b/config/path @@ -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