aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-06-22 17:58:44 +0000
committerPaul Traina <pst@FreeBSD.org>1996-06-22 17:58:44 +0000
commitba16a6766c7809b43c1a64e7620a20420e99a8d7 (patch)
tree77ca71ea6666603466462f5e44a4522801e7d591 /Makefile
parent06e958d4711352012f84cab073881f390bb408bf (diff)
downloadsrc-ba16a6766c7809b43c1a64e7620a20420e99a8d7.tar.gz
src-ba16a6766c7809b43c1a64e7620a20420e99a8d7.zip
Ask CVS to run in quiet mode, which makes it easier to see what the
update actually did.
Notes
Notes: svn path=/head/; revision=16591
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3d440f0d129a..23a0326f82bb 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: