X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2Fbootstrap.sh;h=f83734fd4afb5fd5ac83d39bd024dbb3a11c4c9f;hb=c61080e76c9771de6f2beaba23fabe3aa4764a9b;hp=bc833f12d96c7f58c24af4c3391a0d066d677837;hpb=ec65a1afd3f118849a7629d99ab2a1dcd2dda341;p=vpp.git diff --git a/build-root/bootstrap.sh b/build-root/bootstrap.sh index bc833f12d96..f83734fd4af 100755 --- a/build-root/bootstrap.sh +++ b/build-root/bootstrap.sh @@ -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