Skip to content

Commit

Permalink
libreelec: use separate ccache location [project+arch+major_version]
Browse files Browse the repository at this point in the history
  • Loading branch information
zalaare committed Jun 8, 2016
1 parent 15d32f0 commit dfa9d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -23,6 +23,9 @@ mkpkg-temp
/sources
/.work

# ccache
/.ccache/

# backup files
*.orig

Expand Down
2 changes: 1 addition & 1 deletion config/path
Expand Up @@ -239,7 +239,7 @@ HOST_PKG_CONFIG_LIBDIR="$ROOT/$TOOLCHAIN/lib/pkgconfig:$ROOT/$TOOLCHAIN/share/pk
HOST_PKG_CONFIG_SYSROOT_DIR=""

if [ -z "$CCACHE_DIR" ]; then
export CCACHE_DIR=$HOME/.ccache-libreelec
export CCACHE_DIR=$ROOT/.ccache/$PROJECT.$TARGET_ARCH-$OS_VERSION
fi
export MAKEFLAGS=-j$CONCURRENCY_MAKE_LEVEL
export PKG_CONFIG=$ROOT/$TOOLCHAIN/bin/pkg-config
Expand Down

0 comments on commit dfa9d4a

Please sign in to comment.