提交 b6c408a9 authored 作者: Michael Jerris's avatar Michael Jerris

do a little bit better dependency tracking with module targets when the core is…

do a little bit better dependency tracking with module targets when the core is modified.  Fix for FSBUILD-19

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6015 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 8d8d5e43
...@@ -11,6 +11,8 @@ BASE = $(switch_srcdir) ...@@ -11,6 +11,8 @@ BASE = $(switch_srcdir)
OSARCH=`uname -s` OSARCH=`uname -s`
.DEFAULT: .DEFAULT:
@target=`echo $@ | sed -e 's|^.*-||'`; \
if test "$$target" = "install"; then $(MAKE) $(AM_MAKEFLAGS) core_install; else $(MAKE) $(AM_MAKEFLAGS) core ; fi;
@cd src/mod && $(MAKE) $(AM_MAKEFLAGS) $@ @cd src/mod && $(MAKE) $(AM_MAKEFLAGS) $@
libfreeswitch_la_SOURCES = \ libfreeswitch_la_SOURCES = \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论