mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
Enforce RELEASENOUPDATE if EXTSRCDIR is used.
Suggested by: jb
This commit is contained in:
parent
7f34832b95
commit
e50a1ba261
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164206
@ -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
|
||||
|
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user