[asterisk-addons-commits] russell: branch 1.4 r479 - in	/branches/1.4: Makefile format_mp3/Makefile
    SVN commits to the Asterisk addons project 
    asterisk-addons-commits at lists.digium.com
       
    Thu Nov  1 10:13:17 CDT 2007
    
    
  
Author: russell
Date: Thu Nov  1 10:13:16 2007
New Revision: 479
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=479
Log:
Remove the dependency files on "make clean".
(issue #11137)
Reported by: IgorG
Patches: 
      addonclean-478-1.patch uploaded by IgorG (license 20)
Modified:
    branches/1.4/Makefile
    branches/1.4/format_mp3/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/Makefile?view=diff&rev=479&r1=478&r2=479
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Thu Nov  1 10:13:16 2007
@@ -120,6 +120,7 @@
 
 clean:
 	rm -f *.so *.o .depend
+	rm -f .*.o.d
 	@$(MAKE) -C format_mp3 clean
 	@$(MAKE) -C menuselect clean
 	@if [ -f asterisk-ooh323c/Makefile ] ; then \
Modified: branches/1.4/format_mp3/Makefile
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/format_mp3/Makefile?view=diff&rev=479&r1=478&r2=479
==============================================================================
--- branches/1.4/format_mp3/Makefile (original)
+++ branches/1.4/format_mp3/Makefile Thu Nov  1 10:13:16 2007
@@ -69,6 +69,7 @@
 
 clean:
 	rm -f *.o *.so *~
+	rm -f .*.o.d
 
 install: all
 	$(INSTALL) -m 755 format_mp3.so $(DESTDIR)$(MODULES_DIR)
    
    
More information about the asterisk-addons-commits
mailing list