From e75dc0b65dbc4b2a2132cdac94c181c92eb1e329 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 3 Apr 2008 14:31:47 +0000 Subject: [PATCH] add make sync git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8008 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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