Software /
code /
prosody
Comparison
GNUmakefile @ 12979:fbbf4f0db8f0
teal: Move into prosody namespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 23 Mar 2023 13:36:52 +0100 |
parent | 12973:cc215923297f |
comparison
equal
deleted
inserted
replaced
12978:088d278c75b5 | 12979:fbbf4f0db8f0 |
---|---|
133 lint: | 133 lint: |
134 $(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl | 134 $(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl |
135 @echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored | 135 @echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored |
136 shellcheck configure | 136 shellcheck configure |
137 | 137 |
138 vpath %.tl teal-src/ | 138 vpath %.tl teal-src/prosody |
139 %.lua: %.tl | 139 %.lua: %.tl |
140 tl -I teal-src/ --gen-compat off --gen-target 5.1 gen $^ -o $@ | 140 tl -I teal-src/ --gen-compat off --gen-target 5.1 gen $^ -o $@ |
141 -lua-format -i $@ | 141 -lua-format -i $@ |
142 | 142 |
143 teal: util/jsonschema.lua util/datamapper.lua util/jsonpointer.lua | 143 teal: util/jsonschema.lua util/datamapper.lua util/jsonpointer.lua |