]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Makefile.in: Add the shellcheck target
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 1 Jun 2021 07:44:41 +0000 (09:44 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 1 Jun 2021 08:28:31 +0000 (10:28 +0200)
Run shellcheck on the build.sh and the build_matrix.sh scripts.
(using 'gcc' format: GCC compatible output. See the shellcheck man page)

[skip ci]

(cherry picked from commit 657d672cb672b80d4cd7a18a6f746968d9d44807)

Makefile.in

index f7589dd8a4057056d49551b7f3f10faf83c33ce6..01952c88c057fc33fb7917ac168d4189c9cec193 100644 (file)
@@ -475,3 +475,6 @@ testlist:
 
 depend:
        $(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC)
+
+shellcheck:
+       shellcheck -f gcc build.sh build_matrix.sh