X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=1eb1f0cef2249799b0e43df8b7a68a06548f581a;hb=e9be71534be452a34028ed85475a2975e03b6215;hp=ac4c39ba7d92cdf6d6abe0a503ca4a1f876da7a8;hpb=c7b430406cb572e318c5b7b805fd98bdae0d680a;p=vpp.git diff --git a/Makefile b/Makefile index ac4c39ba7d9..1eb1f0cef22 100644 --- a/Makefile +++ b/Makefile @@ -513,13 +513,6 @@ endef verify: install-dep $(BR)/.deps.ok dpdk-install-dev $(call banner,"Building for PLATFORM=vpp using gcc") @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages -ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04) - $(call banner,"Installing dependencies") - @sudo -E apt-get update - @sudo -E apt-get $(CONFIRM) $(FORCE) install clang - $(call banner,"Building for PLATFORM=vpp using clang") - @make -C build-root CC=clang PLATFORM=vpp TAG=vpp_clang wipe-all install-packages -endif $(call banner,"Building sample-plugin") @make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install $(call banner,"Building libmemif")