From e7906906079ca2d67bf67cfa9939523213230b56 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 14 Nov 2019 12:19:32 -0500 Subject: build: make checkstyle-* targets and cleanup - Add new make targets: checkstyle-commit checkstyle-test (alias test-checkstyle) checkstyle-all test-wipe-papi (papi-wipe deprecated) retest-all retest-all-debug install-deps (alias install-dep) install-ext-dep (alias install-ext-deps) - Fix .PHONY dependencies - Cleanup redundant target commands Type: refactor Change-Id: I08b0ef459d421a09fb929aee5cd6baec329931b7 Signed-off-by: Dave Wallace --- extras/scripts/check_commit_msg.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extras') diff --git a/extras/scripts/check_commit_msg.sh b/extras/scripts/check_commit_msg.sh index 0baa2b55f8e..2cc63c5fbd1 100755 --- a/extras/scripts/check_commit_msg.sh +++ b/extras/scripts/check_commit_msg.sh @@ -47,3 +47,6 @@ if [ ${is_known} = "false" ] ; then echo $ERR exit 1 fi +echo "*******************************************************************" +echo "* VPP Commit Message Checkstyle Successfully Completed" +echo "*******************************************************************" -- cgit 1.2.3-korg