From: Francois-Xavier Le Bail Date: Tue, 1 Jun 2021 07:44:41 +0000 (+0200) Subject: Makefile.in: Add the shellcheck target X-Git-Tag: tcpdump-4.99.1~5 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/16897f4069bbebcb70575dadcdfd57133438c678 Makefile.in: Add the shellcheck target 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) --- diff --git a/Makefile.in b/Makefile.in index f7589dd8..01952c88 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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