aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-14 12:33:26 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-14 12:33:26 +0300
commita02cff0e780bb735531594c4ece81e8628f79782 (patch)
tree6fe7d8219d14f58183be1741fcea262c216db447 /Makefile.in
parentReturn jid_malformed error when sending presence without nick to conference (diff)
Use new configuration validator
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 1c3fbc204..ca20ffc3d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -119,6 +119,11 @@ update:
xref: all
$(REBAR) skip_deps=true xref
+hooks: all
+ tools/hook_deps.sh ebin
+
+options: all
+ tools/opt_types.sh ebin
translations:
tools/prepare-tr.sh
@@ -335,8 +340,8 @@ dialyzer/erlang.plt:
@mkdir -p dialyzer
@dialyzer --build_plt --output_plt dialyzer/erlang.plt \
-o dialyzer/erlang.log --apps kernel stdlib sasl crypto \
- public_key ssl mnesia inets odbc tools compiler erts \
- runtime_tools asn1 observer xmerl et gs wx syntax_tools; \
+ public_key ssl mnesia inets odbc compiler erts \
+ os_mon asn1 syntax_tools; \
status=$$? ; if [ $$status -ne 2 ]; then exit $$status; else exit 0; fi
dialyzer/deps.plt:
@@ -377,4 +382,4 @@ test:
.PHONY: src edoc dialyzer Makefile TAGS clean clean-rel distclean rel \
install uninstall uninstall-binary uninstall-all translations deps test \
- quicktest erlang_plt deps_plt ejabberd_plt
+ quicktest erlang_plt deps_plt ejabberd_plt xref hooks options