X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2Fbootstrap.sh;h=2949c1806c291a6323917e53960d807e4b2b7d45;hb=891c94d5d31d8cb6e94d46963b998f80c0c2b759;hp=2419b6ae254208bf3f85a4b80678fcb92f324156;hpb=3535222f979742d65c28a312d415aa6831f816d6;p=vpp.git diff --git a/build-root/bootstrap.sh b/build-root/bootstrap.sh index 2419b6ae254..2949c1806c2 100755 --- a/build-root/bootstrap.sh +++ b/build-root/bootstrap.sh @@ -12,7 +12,7 @@ ADD_TO_PATH="$build_root/tools/ccache-bin:$build_root/tools/bin" # Construct build-config.mk cd $build_root -echo SOURCE_PATH = $wsroot $wsroot/plugins/ > build-config.mk +echo SOURCE_PATH = $wsroot > build-config.mk echo echo Saving PATH settings in `pwd`/path_setup echo Source this file later, as needed @@ -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