]> 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:14:00 +0000 (10:14 +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]

Makefile.in

index 8e970553ede77334ee270a4543fd3f9ad7d1dbb2..4ffca817b328357d79d1f992dca700f14c7505a2 100644 (file)
@@ -474,3 +474,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