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

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to