提交 6cce3ace authored 作者: Anthony Minessale's avatar Anthony Minessale

update makefile

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7455 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ab879c65
...@@ -287,6 +287,7 @@ sure: update-clean all ...@@ -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 ...@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论