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

Modified Files:
        Makefile 
Log Message:
'make update' support (bug #4086)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile    31 Mar 2005 19:05:38 -0000      1.10
+++ Makefile    27 Apr 2005 01:31:18 -0000      1.11
@@ -71,3 +71,11 @@
 
 .depend:
        ./mkdep $(CFLAGS) `ls *.c`
+
+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