From 020713ef0b09517eb3684783fc8931ef61d17df3 Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthony.minessale@gmail.com>
Date: Mon, 28 Jan 2008 15:55:24 +0000
Subject: [PATCH] add make current

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7406 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 58905c0c11..f40f89818d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -288,6 +288,11 @@ speedy-sure: update-clean
 	$(MAKE) -j core
 	$(MAKE) -j modules
 
+current: update-clean
+	svn update
+	$(MAKE) all
+	$(MAKE) install
+
 wayclean: clean
 
 modules: libfreeswitch.la