Merge branch 'maint-0.4.3' into release-0.4.3

This commit is contained in:
David Goulet
2020-07-13 14:58:40 -04:00
2 changed files with 8 additions and 2 deletions
+1 -2
View File
@@ -271,8 +271,7 @@ check-local: \
check-spaces \
check-changes \
check-includes \
shellcheck \
check-cocci
shellcheck
need-chutney-path:
@if test ! -d "$$CHUTNEY_PATH"; then \
+7
View File
@@ -0,0 +1,7 @@
o Removed features:
- Our "check-local" test target no longer tries to use the Coccinelle
semantic patching tool parse all the C files. While it is a good idea
to try to make sure Coccinelle works on our C before we run a
Coccinelle patch, doing so on every test run has proven to be disruptive.
You can still run this tool manually with "make check-cocci". Closes
ticket 40030.