FS-10556: fix build error on lua-reconf which is no longer required
This commit is contained in:
parent
7f1813cf4f
commit
89991c8c10
|
@ -731,7 +731,7 @@ pristine:
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
||||||
update-clean: clean python-reconf lua-reconf spandsp-reconf srtp-reconf
|
update-clean: clean python-reconf spandsp-reconf srtp-reconf
|
||||||
cd libs/sofia-sip && $(MAKE) clean
|
cd libs/sofia-sip && $(MAKE) clean
|
||||||
cd libs/esl && $(MAKE) clean
|
cd libs/esl && $(MAKE) clean
|
||||||
cd libs/srtp && $(MAKE) clean
|
cd libs/srtp && $(MAKE) clean
|
||||||
|
@ -777,10 +777,6 @@ sofia-reconf:
|
||||||
cd libs/sofia-sip && $(MAKE) clean
|
cd libs/sofia-sip && $(MAKE) clean
|
||||||
cd libs/sofia-sip && ./configure $(MY_DEFAULT_ARGS) --with-pic --with-glib=no --disable-shared
|
cd libs/sofia-sip && ./configure $(MY_DEFAULT_ARGS) --with-pic --with-glib=no --disable-shared
|
||||||
|
|
||||||
lua-reconf:
|
|
||||||
cd src/mod/languages/mod_lua/lua && make clean
|
|
||||||
cd src/mod/languages/mod_lua && make clean
|
|
||||||
|
|
||||||
cluecon:
|
cluecon:
|
||||||
@clear
|
@clear
|
||||||
@echo Thank you for updating. This is going to take a while so relax.
|
@echo Thank you for updating. This is going to take a while so relax.
|
||||||
|
|
Loading…
Reference in New Issue