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