1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-31 12:13:10 +00:00

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
.endif .endif
.if make(rerelease) .if make(rerelease)
.if !defined(RELEASENOUPDATE) .if !defined(RELEASENOUPDATE) && !defined(EXTSRCDIR)
.if !defined(RELEASETAG) .if !defined(RELEASETAG)
cd ${CHROOTDIR}/usr/src && ${CVSPREFIX} cvs -R ${CVSARGS} -q \ cd ${CHROOTDIR}/usr/src && ${CVSPREFIX} cvs -R ${CVSARGS} -q \
update ${CVSCMDARGS} -P -d -A update ${CVSCMDARGS} -P -d -A

View File

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