summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6b1f13a7382..5d20bd23350 100644
--- a/Makefile
+++ b/Makefile
@@ -330,6 +330,5 @@ wipe-doxygen:
$(call make-doxy)
verify: $(BR)/.bootstrap.ok
- @sudo -E apt-get $(CONFIRM) $(FORCE) install clang
- @make -C build-root CC=clang PLATFORM=vpp TAG=vpp wipe-all install-packages
- @make -C build-root CC=clang PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages
+ @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages
+ @make -C build-root PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages