]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add libclean target to do make clean in all libs subdirs
authorTraun Leyden <tleyden@branchcut.com>
Fri, 14 Dec 2007 04:05:01 +0000 (04:05 +0000)
committerTraun Leyden <tleyden@branchcut.com>
Fri, 14 Dec 2007 04:05:01 +0000 (04:05 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6787 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index e473503ec15994186e887415ba1a085c33fd00a9..4344d11dc2dcf8ff8b9c0ae99ce5c2a5bf4d31ef 100644 (file)
@@ -297,6 +297,9 @@ eclean: clean
 megaclean: eclean modclean
        rm -f `find ./libs -name \*.la`
 
+libclean:
+       @for file in `ls ./libs`; do pushd "./libs/"$$file; make clean; popd; done
+
 modules.conf:
        if test -f $@; then touch $@; else cp build/modules.conf.in $@ ;fi