forked from Mirrors/freeswitch
update makefile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7455 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ab879c6546
commit
6cce3acebf
|
@ -287,6 +287,7 @@ sure: update-clean all
|
||||||
|
|
||||||
speedy-sure: update-clean
|
speedy-sure: update-clean
|
||||||
$(MAKE) -j core
|
$(MAKE) -j core
|
||||||
|
cd libs/sofia-sip && $(MAKE) -j
|
||||||
$(MAKE) -j modules
|
$(MAKE) -j modules
|
||||||
|
|
||||||
current: update-clean
|
current: update-clean
|
||||||
|
@ -294,6 +295,11 @@ current: update-clean
|
||||||
$(MAKE) all
|
$(MAKE) all
|
||||||
$(MAKE) install
|
$(MAKE) install
|
||||||
|
|
||||||
|
speedy-current: update-clean
|
||||||
|
svn update
|
||||||
|
$(MAKE) speedy-sure
|
||||||
|
$(MAKE) install
|
||||||
|
|
||||||
wayclean: clean
|
wayclean: clean
|
||||||
|
|
||||||
modules: libfreeswitch.la
|
modules: libfreeswitch.la
|
||||||
|
|
Loading…
Reference in New Issue