From 233d74f2f62e9d780b5224c85b37a6b9fc2f56f6 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sat, 8 Aug 2015 22:00:38 -0700 Subject: [PATCH] Revert "profiles: tell ccache to rewrite paths relative to $S" This reverts commit 8259b77fc8eba8cfda54da565882283953bfd61a. Somehow this is breaking the qemu build. Unknown why yet. --- .../coreos-overlay/profiles/coreos/base/profile.bashrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/profile.bashrc b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/profile.bashrc index bbf8d895b9..3e4b812f6e 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/profile.bashrc +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/profile.bashrc @@ -99,10 +99,3 @@ SYSROOT_WRAPPERS_BIN="/usr/lib/sysroot-wrappers/bin" if [[ "$PATH" != *"$SYSROOT_WRAPPERS_BIN"* ]]; then export PATH="$SYSROOT_WRAPPERS_BIN:$PATH" fi - -# Improve the chance that ccache is valid across versions by making all -# paths under $S relative to $S, avoiding encoding the package version -# contained in the path into __FILE__ expansions and debug info. -if [[ -z "${CCACHE_BASEDIR}" ]] && [[ -d "${S}" ]]; then - export CCACHE_BASEDIR="${S}" -fi