[Asterisk-cvs] asterisk-sounds Makefile,1.5,1.6

twisted twisted
Tue Nov 15 18:08:45 CST 2005


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

Modified Files:
	Makefile 
Log Message:
Make Makefile in asterisk-sounds package act like others (make update)
Issue #5738


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk-sounds/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	30 Jan 2005 03:10:02 -0000	1.5
+++ Makefile	15 Nov 2005 22:58:46 -0000	1.6
@@ -115,3 +115,11 @@
 install: all datafiles
 
 FORCE:
+
+update:
+	@if [ -d CVS ]; then \
+		echo "Updating from CVS..."; \
+		cvs -q -z3 update -Pd; \
+	else \
+		echo "Not CVS"; \
+	fi




More information about the svn-commits mailing list