X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2Fbootstrap.sh;h=2949c1806c291a6323917e53960d807e4b2b7d45;hb=c60f557590f79b8817382bdd982825b66c4e0a73;hp=f83734fd4afb5fd5ac83d39bd024dbb3a11c4c9f;hpb=905a7f5520a64aad545c8dd02796b56f88ed2d38;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