[Asterisk-cvs] asterisk Makefile,1.114.2.4,1.114.2.5

russell at lists.digium.com russell at lists.digium.com
Thu Mar 10 02:18:42 CST 2005


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

Modified Files:
      Tag: v1-0
	Makefile 
Log Message:
add a little note about downgrading from CVS head


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.114.2.4
retrieving revision 1.114.2.5
diff -u -d -r1.114.2.4 -r1.114.2.5
--- Makefile	1 Mar 2005 14:51:24 -0000	1.114.2.4
+++ Makefile	10 Mar 2005 08:15:05 -0000	1.114.2.5
@@ -431,6 +431,17 @@
 	@echo " + **Note** This requires that you have      +"
 	@echo " + doxygen installed on your local system    +"
 	@echo " +-------------------------------------------+"
+	@echo " +                                           +"
+	@echo " + ** NOTE FOR DOWNGRADING FROM CVS HEAD **  +"
+	@echo " +                                           +"
+	@echo " + If you are downgrading from CVS HEAD to   +"
+	@echo " + a stable release, remember to delete      +"
+	@echo " + everything from your asterisk modules     +"
+	@echo " + directory (/usr/lib/asterisk/modules/)    +"
+	@echo " + before doing a '$(MAKE) install'.            +"
+	@echo " +                                           +"
+	@echo " +-------------------------------------------+"
+
 
 install: all datafiles bininstall
 




More information about the svn-commits mailing list