X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=1eb1f0cef2249799b0e43df8b7a68a06548f581a;hb=63777e599af8df1e6bf8c564c638d52007af47d0;hp=ac4c39ba7d92cdf6d6abe0a503ca4a1f876da7a8;hpb=e3ae09f8a317747249518afa952dbd36287b5e9a;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")