mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
configure also when running "make update", which is similar to "make deps"
This commit is contained in:
parent
34e1ddb66f
commit
75ffce0417
@ -176,6 +176,7 @@ update:
|
|||||||
rm -rf $(DEPSDIR)/.got
|
rm -rf $(DEPSDIR)/.got
|
||||||
rm -rf $(DEPSDIR)/.built
|
rm -rf $(DEPSDIR)/.built
|
||||||
$(REBAR) $(UPDATEDEPS) && :> $(DEPSDIR)/.got
|
$(REBAR) $(UPDATEDEPS) && :> $(DEPSDIR)/.got
|
||||||
|
$(CONFIGURE_DEPS)
|
||||||
|
|
||||||
xref: all
|
xref: all
|
||||||
$(REBAR) $(SKIPDEPS) xref $(XREFOPTIONS)
|
$(REBAR) $(SKIPDEPS) xref $(XREFOPTIONS)
|
||||||
|
Loading…
Reference in New Issue
Block a user