[Asterisk-cvs] zaptel Makefile,1.61,1.62

markster at lists.digium.com markster at lists.digium.com
Sat Jan 8 19:13:12 CST 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv9203

Modified Files:
	Makefile 
Log Message:
Allow make update to work with zaptel (bug #3284)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Makefile	30 Dec 2004 19:44:34 -0000	1.61
+++ Makefile	9 Jan 2005 01:17:38 -0000	1.62
@@ -349,6 +349,14 @@
 	if [ -d /etc/sysconfig/network-scripts ]; then \
 		install -D -m 755 ifup-hdlc $(INSTALL_PREFIX)/etc/sysconfig/network-scripts/ifup-hdlc; \
 	fi
+
+update:
+	@if [ -d CVS ]; then \
+		echo "Updating from CVS..." ; \
+		cvs -q -z3 update -Pd; \
+	else \
+		echo "Not CVS";  \
+	fi
 	
 clean:
 	rm -f torisatool makefw tor2fw.h




More information about the svn-commits mailing list