Comparison

GNUmakefile @ 9289:b5fc11475b5d

GNUmakefile: Tell Mercurial to behave consistenly See `hg help environment.HGPLAIN`
author Kim Alvefur <zash@zash.se>
date Sun, 09 Sep 2018 19:34:59 +0200
parent 9288:1330b5290a10
child 9416:15cd0d9cde7c
comparison
equal deleted inserted replaced
9288:1330b5290a10 9289:b5fc11475b5d
78 luacov-console 78 luacov-console
79 luacov-console -s 79 luacov-console -s
80 @echo "To inspect individual files run: luacov-console -l FILENAME" 80 @echo "To inspect individual files run: luacov-console -l FILENAME"
81 81
82 lint: 82 lint:
83 $(LUACHECK) -q $$(hg files -I '**.lua') prosody prosodyctl 83 $(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl
84 @echo $$(sed -n '/^exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored 84 @echo $$(sed -n '/^exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
85 85
86 util/%.so: 86 util/%.so:
87 $(MAKE) install -C util-src 87 $(MAKE) install -C util-src
88 88