VPP-363: add ability to change mac address of the interface
[vpp.git] / build-root / bootstrap.sh
index bc833f1..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
@@ -41,15 +43,6 @@ done
 
 cd $wsroot
 
-for dir in vppapigen vppinfra sample-plugin svm vlib vlib-api vnet \
-    vpp vpp-api-test vpp-japi 
-do
-    cd $dir
-    echo "Autowank in $dir"
-    ../build-root/autowank --touch
-    cd $wsroot
-done
-
 cd $build_root
 echo Compile native tools
 for tool in vppapigen