Update CSIT tests 171017 -> 171030
[vpp.git] / build-root / bootstrap.sh
index 5c8fe5f..2949c18 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
@@ -43,7 +45,7 @@ cd $wsroot
 
 cd $build_root
 echo Compile native tools
-for tool in vppapigen
+for tool in tools
 do
     make V=0 is_build_tool=yes $tool-install
 done