From c5e8681b320884f780508458ebff873761d5e04a Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 2 May 2016 19:40:27 +0200 Subject: Re-do java-8 handling, add unattended switch to toplevel Makefile Change-Id: Ifaea353be5b42bb6edbcfa0506d02b721c00e392 Signed-off-by: Damjan Marion --- build-root/vagrant/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-root/vagrant') diff --git a/build-root/vagrant/build.sh b/build-root/vagrant/build.sh index 45a7eb4d336..aaaa62f69f4 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 -- cgit 1.2.3-korg