From: Anthony Minessale Date: Fri, 25 Jan 2008 18:07:24 +0000 (+0000) Subject: add some make targets X-Git-Tag: v1.0-rc1~562 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f68a378e9b593b874c3ad56183c79d43f2bffe0;p=thirdparty%2Ffreeswitch.git add some make targets git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7356 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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