Enforce RELEASENOUPDATE if EXTSRCDIR is used.

Suggested by:	jb
This commit is contained in:
Ruslan Ermilov 2006-11-11 23:18:28 +00:00
parent 7f34832b95
commit e50a1ba261
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164206
2 changed files with 3 additions and 3 deletions

View File

@ -420,7 +420,7 @@ release rerelease:
.endif
.endif
.if make(rerelease)
.if !defined(RELEASENOUPDATE)
.if !defined(RELEASENOUPDATE) && !defined(EXTSRCDIR)
.if !defined(RELEASETAG)
cd ${CHROOTDIR}/usr/src && ${CVSPREFIX} cvs -R ${CVSARGS} -q \
update ${CVSCMDARGS} -P -d -A

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 14, 2006
.Dd November 12, 2006
.Dt RELEASE 7
.Os
.Sh NAME
@ -291,7 +291,7 @@ The directory specified by this variable will be copied into
.Pa ${CHROOTDIR}/usr/doc .
For
.Dq Li "rerelease" ,
this will NOT be copied; cvs update will be used instead.
this will NOT be copied again.
.It Va EXTPORTSDIR
The directory specified by this variable will be copied into
.Pa ${CHROOTDIR}/usr/ports .