# HG changeset patch # User Matthew Wild # Date 1538404553 -3600 # Node ID d4e8aedc0f828e7c0bf4d6a6309aa6edb841bf41 # Parent b7aad88c537b18f26223a39aa06e30f817045c19 make lint: Add shellcheck of configure script diff -r b7aad88c537b -r d4e8aedc0f82 GNUmakefile --- a/GNUmakefile Mon Oct 01 15:33:10 2018 +0100 +++ b/GNUmakefile Mon Oct 01 15:35:53 2018 +0100 @@ -82,6 +82,7 @@ lint: $(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl @echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored + shellcheck configure util/%.so: $(MAKE) install -C util-src