[asterisk-commits] russell: trunk r83741 - in /trunk/utils: ./ Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 25 03:09:02 CDT 2007


Author: russell
Date: Tue Sep 25 03:09:01 2007
New Revision: 83741

URL: http://svn.digium.com/view/asterisk?view=rev&rev=83741
Log:
Add some files to the utils directory svn:ignore and Makefile clean target
(closes issue #10808, reported by mvanbaak)

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

Propchange: trunk/utils/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Sep 25 03:09:01 2007
@@ -15,4 +15,7 @@
 aelparse.c
 conf2ael
 pval.c
-
+utils.c
+sha1.c
+astobj2.c
+hashtest2

Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?view=diff&rev=83741&r1=83740&r2=83741
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Tue Sep 25 03:09:01 2007
@@ -60,6 +60,7 @@
 	rm -f .*.o.d .*.oo.d
 	rm -f md5.c strcompat.c ast_expr2.c ast_expr2f.c pbx_ael.c pval.c
 	rm -f aelparse.c aelbison.c conf2ael
+	rm -f utils.c sha1.c astobj2.c hashtest2
 
 md5.c: ../main/md5.c
 	@cp $< $@




More information about the asterisk-commits mailing list