mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 12:37:26 +00:00
add lua-reconf
This commit is contained in:
parent
8213a1a33c
commit
3fcdee098c
@ -633,7 +633,7 @@ pristine:
|
|||||||
git clean -fdx
|
git clean -fdx
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
||||||
update-clean: clean libs/openzap/Makefile python-reconf
|
update-clean: clean libs/openzap/Makefile python-reconf lua-reconf
|
||||||
cd libs/sofia-sip && $(MAKE) clean
|
cd libs/sofia-sip && $(MAKE) clean
|
||||||
cd libs/openzap && $(MAKE) clean
|
cd libs/openzap && $(MAKE) clean
|
||||||
cd libs/portaudio && $(MAKE) clean
|
cd libs/portaudio && $(MAKE) clean
|
||||||
@ -692,6 +692,10 @@ sofia-reconf:
|
|||||||
cd libs/sofia-sip && $(MAKE) clean
|
cd libs/sofia-sip && $(MAKE) clean
|
||||||
cd libs/sofia-sip && ./configure --prefix=$(prefix) --with-pic --with-glib=no --disable-shared
|
cd libs/sofia-sip && ./configure --prefix=$(prefix) --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…
x
Reference in New Issue
Block a user