From: Anthony Minessale Date: Thu, 3 Apr 2008 14:31:47 +0000 (+0000) Subject: add make sync X-Git-Tag: v1.0-rc3~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75dc0b65dbc4b2a2132cdac94c181c92eb1e329;p=thirdparty%2Ffreeswitch.git add make sync git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8008 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/Makefile.am b/Makefile.am index 65cdbdeea1..40fedf2e51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -307,6 +307,10 @@ up: clean $(MAKE) -j modules $(MAKE) install +sync: + svn update + $(MAKE) -j install + libs/openzap/Makefile: cd libs/openzap && autoconf cd libs/openzap && ./configure