Enabled CCACHE_DIR to be set by ENV Variable 03/203/1
authorEd Warnicke <eaw@cisco.com>
Wed, 3 Feb 2016 03:28:59 +0000 (19:28 -0800)
committerEd Warnicke <eaw@cisco.com>
Wed, 3 Feb 2016 03:30:31 +0000 (19:30 -0800)
Change-Id: I0098f995b1f75bbad5c448d5a0d8facc43e6f5cb
Signed-off-by: Ed Warnicke <eaw@cisco.com>
build-root/bootstrap.sh

index 5c8fe5f..f83734f 100755 (executable)
@@ -5,7 +5,9 @@ cd ../
 wsroot=`pwd`
 
 # PATH
-CCACHE_DIR="$build_root/.ccache"
+if [[ ! $CCACHE_DIR ]];then
+    CCACHE_DIR="$build_root/.ccache"
+fi
 ADD_TO_PATH="$build_root/tools/ccache-bin:$build_root/tools/bin"
 
 # Construct build-config.mk