X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2Fscripts%2Fmake-plugin-toolkit;h=e1d6fcfb01c94b53947f8394e78b825213946ac3;hb=8e39bb402afd5908f5b2747bcbb0cc5ffd06bacf;hp=14e9eda26fe99fc971c7c080d4303bf974adf826;hpb=cb9cadad578297ffd78fa8a33670bdf1ab669e7e;p=vpp.git diff --git a/build-root/scripts/make-plugin-toolkit b/build-root/scripts/make-plugin-toolkit index 14e9eda26fe..e1d6fcfb01c 100755 --- a/build-root/scripts/make-plugin-toolkit +++ b/build-root/scripts/make-plugin-toolkit @@ -26,7 +26,7 @@ make PLATFORM=vpp sample-plugin-find-source make PLATFORM=vpp TAG=vpp wipe-all echo Build vpp forwarder production package -make PLATFORM=vpp TAG=vpp V=0 strip_sumbols=yes install-packages +make PLATFORM=vpp TAG=vpp strip_sumbols=yes install-packages tmp_dir="`mktemp -d /tmp/plugin-XXXXXX`" trap "rm -rf $tmp_dir" err