forked from Mirrors/freeswitch
add libclean target to do make clean in all libs subdirs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6787 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d0f7f0f137
commit
aa963b0dc7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue