[svn-commits] russell: trunk r480 - in /trunk: ./ Makefile format_mp3/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Nov 1 10:13:58 CDT 2007


Author: russell
Date: Thu Nov  1 10:13:57 2007
New Revision: 480

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=480
Log:
Merged revisions 479 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-addons/branches/1.4

........
r479 | russell | 2007-11-01 10:13:16 -0500 (Thu, 01 Nov 2007) | 7 lines

Remove the dependency files on "make clean".

(issue #11137)
Reported by: IgorG
Patches: 
      addonclean-478-1.patch uploaded by IgorG (license 20)

........

Modified:
    trunk/   (props changed)
    trunk/Makefile
    trunk/format_mp3/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Thu Nov  1 10:13:57 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-299,308,310,317,319,329,342,348,358,380,382,387,389,398,405,410,414,417,423,428,466,472,475
+/branches/1.4:1-299,308,310,317,319,329,342,348,358,380,382,387,389,398,405,410,414,417,423,428,466,472,475,479

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-addons/trunk/Makefile?view=diff&rev=480&r1=479&r2=480
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Nov  1 10:13:57 2007
@@ -122,6 +122,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: trunk/format_mp3/Makefile
URL: http://svn.digium.com/view/asterisk-addons/trunk/format_mp3/Makefile?view=diff&rev=480&r1=479&r2=480
==============================================================================
--- trunk/format_mp3/Makefile (original)
+++ trunk/format_mp3/Makefile Thu Nov  1 10:13:57 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 svn-commits mailing list