From: Ed Warnicke Date: Wed, 30 Nov 2016 23:45:42 +0000 (-0600) Subject: Add banner for building deb and rpm packages to verify X-Git-Tag: odp_vpp~1010 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=10389371b317da0cf87df383ba8431729f8f8932;p=odp4vpp.git Add banner for building deb and rpm packages to verify Change-Id: I03fd6f32ad720a6a2443c6b350c8890dec579229 Signed-off-by: Ed Warnicke --- diff --git a/Makefile b/Makefile index 55ecc42b..24b0af30 100644 --- a/Makefile +++ b/Makefile @@ -352,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