[asterisk-commits] branch crichter/0.2.1 - r7360 in
/team/crichter/0.2.1: ./ channels/misdn/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Dec 6 03:32:12 CST 2005
Author: crichter
Date: Tue Dec 6 03:32:10 2005
New Revision: 7360
URL: http://svn.digium.com/view/asterisk?rev=7360&view=rev
Log:
fixed clean target of misdn/Makefile
Modified:
team/crichter/0.2.1/ (props changed)
team/crichter/0.2.1/channels/misdn/Makefile
Propchange: team/crichter/0.2.1/
------------------------------------------------------------------------------
svnmerge-integrated = /branches/1.2:1-7341
Modified: team/crichter/0.2.1/channels/misdn/Makefile
URL: http://svn.digium.com/view/asterisk/team/crichter/0.2.1/channels/misdn/Makefile?rev=7360&r1=7359&r2=7360&view=diff
==============================================================================
--- team/crichter/0.2.1/channels/misdn/Makefile (original)
+++ team/crichter/0.2.1/channels/misdn/Makefile Tue Dec 6 03:32:10 2005
@@ -38,4 +38,5 @@
FORCE:
clean:
- rm *.a *.o Makefile.ast
+ rm -rf *.a *.o *.so
+ rm -rf lib
More information about the asterisk-commits
mailing list