[Asterisk-cvs] libpri Makefile,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Mon Jan 26 18:47:57 CST 2004


Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv3858

Modified Files:
	Makefile 
Log Message:
Makefile fixes (bug #923)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/libpri/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	7 Jul 2003 23:37:18 -0000	1.4
+++ Makefile	27 Jan 2004 00:39:59 -0000	1.5
@@ -34,6 +34,10 @@
 
 all: $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY)
 
+update:
+	@echo "Updating from CVS"
+	@cvs update -d
+
 install: $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY)
 	mkdir -p $(INSTALL_PREFIX)/usr/lib
 	mkdir -p $(INSTALL_PREFIX)/usr/include
@@ -62,6 +66,6 @@
 	ln -sf libpri.so.1 libpri.so
 
 clean:
-	rm -f *.o *.so *.lo 
+	rm -f *.o *.so *.lo *.so.1 *.so.1.0
 	rm -f testpri $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY)
 	rm -f pritest pridump




More information about the svn-commits mailing list