From 3ba4d36d927444cfd1929c3d130af7dc9194ea6c Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 1 Sep 2016 11:54:27 -0700 Subject: VPP-373: stop building from /vpp mount Change-Id: I7f8fe8fa6c24b4229b0cb45e6c83e7cb2828e2da Signed-off-by: Ed Warnicke --- build-root/vagrant/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-root/vagrant/build.sh') diff --git a/build-root/vagrant/build.sh b/build-root/vagrant/build.sh index aecb1d64a72..8695b030d44 100755 --- a/build-root/vagrant/build.sh +++ b/build-root/vagrant/build.sh @@ -47,8 +47,8 @@ make UNATTENDED=yes install-dep # Really really clean things up so we can be sure # that the build works even when switching distros -make wipe -(cd build-root/;make distclean) +$SUDOCMD make wipe +(cd build-root/;$SUDOCMD make distclean) rm -f build-root/.bootstrap.ok if [ $DISTRIB_ID == "CentOS" ]; then -- cgit 1.2.3-korg