Print messages about recursion when doing cvs update.
Use read-only repository mode.

--- /usr/src/Makefile.inc1	2001/08/17 22:47:13	1.141.2.31
+++ /usr/src/Makefile.inc1	2001/09/14 03:01:07
@@ -508,7 +508,7 @@
 	@echo "--------------------------------------------------------------"
 	@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
 	@echo "--------------------------------------------------------------"
-	cd ${.CURDIR}; cvs -q update -rRELENG_4 -P -d
+	cd ${.CURDIR}; cvs -R update -rRELENG_4 -P -d
 .endif
 
 #
