From 199cf9fa1ca0903c6fe0cf02469eda1f430e8301 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 2 Feb 2008 17:55:08 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7493 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) 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