mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Ask CVS to run in quiet mode, which makes it easier to see what the
update actually did.
This commit is contained in:
parent
06e958d471
commit
ba16a6766c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16591
4
Makefile
4
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:
|
||||
|
Loading…
Reference in New Issue
Block a user