diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-06-22 17:58:44 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-06-22 17:58:44 +0000 |
| commit | ba16a6766c7809b43c1a64e7620a20420e99a8d7 (patch) | |
| tree | 77ca71ea6666603466462f5e44a4522801e7d591 | |
| parent | 06e958d4711352012f84cab073881f390bb408bf (diff) | |
Notes
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
