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>
This commit is contained in:
Dave Wallace
2019-11-14 12:19:32 -05:00
committed by Damjan Marion
parent 1976f36b09
commit e790690607
2 changed files with 107 additions and 17 deletions

121
Makefile

File diff suppressed because it is too large Load Diff

View File

@ -47,3 +47,6 @@ if [ ${is_known} = "false" ] ; then
echo $ERR
exit 1
fi
echo "*******************************************************************"
echo "* VPP Commit Message Checkstyle Successfully Completed"
echo "*******************************************************************"