diff options
author | Damjan Marion <damarion@cisco.com> | 2016-05-02 19:40:27 +0200 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2016-05-02 19:35:11 +0000 |
commit | c5e8681b320884f780508458ebff873761d5e04a (patch) | |
tree | a06bc1f35811236f2fe7a993d949b20030f22119 /build-root/vagrant/build.sh | |
parent | efa7f9e6c2ee9fc68e87fb2cddd5f82842c4330e (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/build.sh')
-rwxr-xr-x | build-root/vagrant/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |