diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2002-10-06 19:22:15 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2002-10-06 19:22:15 +0000 |
| commit | 22381f1a117ed86dc66cd0fef56ecccff7ab9ed0 (patch) | |
| tree | 1ec15fc28c47730782751063ce136bf55017c8d1 | |
| parent | 727591c1265e34b724bdd280559f363e31cbfffb (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 74ee8fc73355..4d458d923a55 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -527,7 +527,7 @@ update: @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" - cd ${.CURDIR}; cvs -q update -rRELENG_4 -P -d + cd ${.CURDIR}; cvs -q update -rRELENG_4_7 -P -d .endif # |
