summaryrefslogtreecommitdiffstats
path: root/build-root
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-04-26 18:19:47 +0200
committerDave Barach <openvpp@barachs.net>2016-04-26 19:36:59 +0000
commit6b1d7c55d694fc6c0a262d6e1279fe207164e1b5 (patch)
tree79622b4c74657ba3372d5ba600b50e85b5ccc95b /build-root
parentfa6935594d61f7dbd1af61f684139eeb8b1b59e5 (diff)
Make automake silent rules default
Change-Id: Ia504ccdac1deac20f20cf7fb76f78b2d8c505474 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root')
-rwxr-xr-xbuild-root/scripts/make-plugin-toolkit2
1 files changed, 1 insertions, 1 deletions
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