summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-06-22 17:58:44 +0000
committerpst <pst@FreeBSD.org>1996-06-22 17:58:44 +0000
commit24a3f84f0cc325ea68cc52b931a4504fbe1c4889 (patch)
tree77ca71ea6666603466462f5e44a4522801e7d591 /Makefile
parent33d0c3d6f4f40693bdf0df6da2f2a12b87c0e5bc (diff)
downloadFreeBSD-src-24a3f84f0cc325ea68cc52b931a4504fbe1c4889.zip
FreeBSD-src-24a3f84f0cc325ea68cc52b931a4504fbe1c4889.tar.gz
Ask CVS to run in quiet mode, which makes it easier to see what the
update actually did.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3d440f0..23a0326 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:
OpenPOWER on IntegriCloud