[Freeswitch-svn] [commit] r7406 - freeswitch/trunk
Freeswitch SVN
anthm at freeswitch.org
Mon Jan 28 10:55:25 EST 2008
Author: anthm
Date: Mon Jan 28 10:55:24 2008
New Revision: 7406
Modified:
freeswitch/trunk/Makefile.am
Log:
add make current
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Mon Jan 28 10:55:24 2008
@@ -288,6 +288,11 @@
$(MAKE) -j core
$(MAKE) -j modules
+current: update-clean
+ svn update
+ $(MAKE) all
+ $(MAKE) install
+
wayclean: clean
modules: libfreeswitch.la
More information about the Freeswitch-svn
mailing list