summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2019-11-14 12:19:32 -0500
committerDamjan Marion <dmarion@me.com>2019-11-15 16:39:35 +0000
commite7906906079ca2d67bf67cfa9939523213230b56 (patch)
tree7e4ccd3c948019afd0fbcd812d0fb9c9314dd3be /extras
parent1976f36b09ead86874feb630277dfaeceed9c0fe (diff)
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 <dwallacelf@gmail.com>
Diffstat (limited to 'extras')
-rwxr-xr-xextras/scripts/check_commit_msg.sh3
1 files changed, 3 insertions, 0 deletions
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 "*******************************************************************"