[Asterisk-cvs] asterisk-addons Makefile,1.10,1.11
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Tue Apr 26 20:41:28 CDT 2005
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
More information about the svn-commits
mailing list