From ba16a6766c7809b43c1a64e7620a20420e99a8d7 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Sat, 22 Jun 1996 17:58:44 +0000 Subject: [PATCH] Ask CVS to run in quiet mode, which makes it easier to see what the update actually did. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3d440f0d129..23a0326f82b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.82 1996/06/20 13:38:15 adam Exp $ +# $Id: Makefile,v 1.83 1996/06/20 18:47:04 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -158,7 +158,7 @@ update: @echo "--------------------------------------------------------------" @echo "Updating /usr/src from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" - cd ${.CURDIR} && cvs update -P -d + cd ${.CURDIR} && cvs -q update -P -d .endif cleandist: