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:
2
Makefile
2
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
|
||||
|
||||
|
Reference in New Issue
Block a user