[Freeswitch-svn] [commit] r7356 - freeswitch/trunk

Freeswitch SVN anthm at freeswitch.org
Fri Jan 25 13:07:24 EST 2008


Author: anthm
Date: Fri Jan 25 13:07:24 2008
New Revision: 7356

Modified:
   freeswitch/trunk/Makefile.am

Log:
add some make targets

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Fri Jan 25 13:07:24 2008
@@ -279,8 +279,14 @@
 
 installall: install
 
-sure: clean modwipe uninstall
-	$(MAKE) -j install
+update-clean: clean modwipe uninstall
+	cd libs/sofia-sip && $(MAKE) clean
+
+sure: update-clean all
+
+speedy-sure: update-clean
+	$(MAKE) -j core
+	$(MAKE) -j modules
 
 wayclean: clean
 



More information about the Freeswitch-svn mailing list