X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=d535389a4496cc4d7a124f9e1252488c28042b3f;hb=9677a944d5188f10188657bf627301b239fe1da7;hp=55ecc42b1697d9319fe17ee6392f9c9cb6bda485;hpb=31a64e55c20e18b447679779e614ef804b3e0169;p=vpp.git diff --git a/Makefile b/Makefile index 55ecc42b169..d535389a449 100644 --- a/Makefile +++ b/Makefile @@ -220,6 +220,7 @@ define test VPP_TEST_BIN=$(BR)/install-$(2)-native/vpp/bin/vpp \ VPP_TEST_API_TEST_BIN=$(BR)/install-$(2)-native/vpp-api-test/bin/vpp_api_test \ VPP_TEST_PLUGIN_PATH=$(BR)/install-$(2)-native/plugins/lib64/vpp_plugins \ + VPP_TEST_INSTALL_PATH=$(BR)/install-$(2)-native/ \ LD_LIBRARY_PATH=$(BR)/install-$(2)-native/vpp-api/lib64/ \ WS_ROOT=$(WS_ROOT) V=$(V) TEST=$(TEST) VPP_PYTHON_PREFIX=$(VPP_PYTHON_PREFIX) $(3) endef @@ -352,9 +353,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