]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Makefile.in: Add the Coverity Scan script to the shellcheck target
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 3 Dec 2023 17:08:42 +0000 (18:08 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 28 Jan 2024 07:27:52 +0000 (08:27 +0100)
(cherry picked from commit ed5e49e826dcb15cee69e400c310dab16dd38f93)

[skip ci]

Makefile.in

index be587159f2e7d6e8f003ddd203a7325bddf72a3b..05a9d186659af637c1c8b216b755329cf63c7c3e 100644 (file)
@@ -543,4 +543,4 @@ depend:
        @$(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC)
 
 shellcheck:
-       shellcheck -f gcc -e SC2006 build.sh build_matrix.sh build_common.sh
+       shellcheck -f gcc -e SC2006 build.sh build_matrix.sh build_common.sh .ci-coverity-scan-build.sh