From 6cce3acebf483f48d46a5e3df466018d3796fa17 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 1 Feb 2008 14:24:35 +0000 Subject: [PATCH] update makefile git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7455 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index e3634faf18..42c43d120b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -287,6 +287,7 @@ sure: update-clean all speedy-sure: update-clean $(MAKE) -j core + cd libs/sofia-sip && $(MAKE) -j $(MAKE) -j modules current: update-clean @@ -294,6 +295,11 @@ current: update-clean $(MAKE) all $(MAKE) install +speedy-current: update-clean + svn update + $(MAKE) speedy-sure + $(MAKE) install + wayclean: clean modules: libfreeswitch.la