aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/vagrant
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-05-02 19:40:27 +0200
committerDamjan Marion <damarion@cisco.com>2016-05-02 19:35:11 +0000
commitc5e8681b320884f780508458ebff873761d5e04a (patch)
treea06bc1f35811236f2fe7a993d949b20030f22119 /build-root/vagrant
parentefa7f9e6c2ee9fc68e87fb2cddd5f82842c4330e (diff)
Re-do java-8 handling, add unattended switch to toplevel Makefile
Change-Id: Ifaea353be5b42bb6edbcfa0506d02b721c00e392 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root/vagrant')
-rwxr-xr-xbuild-root/vagrant/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/vagrant/build.sh b/build-root/vagrant/build.sh
index 45a7eb4d..aaaa62f6 100755
--- a/build-root/vagrant/build.sh
+++ b/build-root/vagrant/build.sh
@@ -34,7 +34,7 @@ echo DISTRIB_DESCRIPTION: $DISTRIB_DESCRIPTION
# Install dependencies
cd $VPP_DIR
-make install-dep
+make UNATTENDED=yes install-dep
# Really really clean things up so we can be sure
# that the build works even when switching distros