From: Anthony Minessale Date: Sat, 2 Feb 2008 17:55:08 +0000 (+0000) Subject: update X-Git-Tag: v1.0-rc1~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=199cf9fa1ca0903c6fe0cf02469eda1f430e8301;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7493 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/Makefile.am b/Makefile.am index 42c43d120b..a7839c30d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -279,6 +279,12 @@ everything: install installall: install +up: clean + svn update + $(MAKE) -j core + $(MAKE) -j modules + $(MAKE) install + update-clean: clean modwipe uninstall cd libs/sofia-sip && $(MAKE) clean cd libs/openzap && $(MAKE) clean