Add banner for building deb and rpm packages to verify

Change-Id: I03fd6f32ad720a6a2443c6b350c8890dec579229
Signed-off-by: Ed Warnicke <eaw@cisco.com>
This commit is contained in:
Ed Warnicke
2016-11-30 17:45:42 -06:00
committed by Neale Ranns
parent 1f417aac76
commit 10389371b3

View File

@ -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