[Asterisk-cvs] asterisk/utils .cvsignore, 1.3, 1.4 Makefile, 1.10, 1.11

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Jun 9 17:09:57 CDT 2005


Update of /usr/cvsroot/asterisk/utils
In directory mongoose.digium.com:/tmp/cvs-serv31790

Modified Files:
	.cvsignore Makefile 
Log Message:
add check_expr to 'make clean' and CVS ignore list


Index: .cvsignore
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore	21 Jan 2005 03:57:47 -0000	1.3
+++ .cvsignore	9 Jun 2005 21:12:03 -0000	1.4
@@ -2,3 +2,4 @@
 astman
 smsq
 stereorize
+check_expr

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	10 May 2005 18:52:09 -0000	1.10
+++ Makefile	9 Jun 2005 21:12:03 -0000	1.11
@@ -26,7 +26,7 @@
 	done 
 
 clean:
-	rm -f *.o astman smsq stereorize .depend
+	rm -f *.o astman smsq stereorize check_expr .depend
 
 astman: astman.o ../md5.o
 	$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt




More information about the svn-commits mailing list