dpdk: add rte_delay_us_callback
[vpp.git] / Makefile
index f6dcfc2..24b0af3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -344,7 +344,6 @@ verify: install-dep $(BR)/.bootstrap.ok
        @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages
        $(call banner,"Building for PLATFORM=vpp_lite using gcc")
        @make -C build-root PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages
-       @make test
 ifeq ($(OS_ID),ubuntu)
 ifeq ($(OS_VERSION_ID),16.04)
        $(call banner,"Installing dependencies")
@@ -353,9 +352,11 @@ ifeq ($(OS_VERSION_ID),16.04)
        $(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 deb packages")
        @make pkg-deb
 endif
 ifeq ($(OS_ID),centos)
+       $(call banner,"Building rpm packages")
        @make pkg-rpm
 endif