From 2f68a378e9b593b874c3ad56183c79d43f2bffe0 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 25 Jan 2008 18:07:24 +0000 Subject: [PATCH] add some make targets git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7356 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f259009432..58905c0c11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -279,8 +279,14 @@ everything: install installall: install -sure: clean modwipe uninstall - $(MAKE) -j install +update-clean: clean modwipe uninstall + cd libs/sofia-sip && $(MAKE) clean + +sure: update-clean all + +speedy-sure: update-clean + $(MAKE) -j core + $(MAKE) -j modules wayclean: clean