With CVS_UPDATE, use read-only repository mode by default.
This commit is contained in:
parent
b314f5854e
commit
1e8ec89fe9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16204
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ SUPFLAGS+= -h ${SUPHOST}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
CVS?= /usr/bin/cvs
|
CVS?= /usr/bin/cvs
|
||||||
CVSFLAGS?= -q
|
CVSFLAGS?= -R -q
|
||||||
|
|
||||||
update:
|
update:
|
||||||
.if defined(SUP_UPDATE)
|
.if defined(SUP_UPDATE)
|
||||||
|
|
Loading…
Reference in a new issue