]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add some make targets
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 25 Jan 2008 18:07:24 +0000 (18:07 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 25 Jan 2008 18:07:24 +0000 (18:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7356 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index f25900943202574c0698a46c1eae4dabe7405fac..58905c0c119fdc3516712a8add4654abb1c1eca9 100644 (file)
@@ -279,8 +279,14 @@ everything: install
 
 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