diff options
author | murray <murray@FreeBSD.org> | 2003-04-07 10:50:00 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2003-04-07 10:50:00 +0000 |
commit | f8221d23db2ef003ca10f5a62ec719a74430963d (patch) | |
tree | 214c9f022749dbfd3fe0c3783d0a0b4c8b39b35e /share | |
parent | 9cbd3070aea10cab5dc98ef3f8812c24b89c2133 (diff) | |
download | FreeBSD-src-f8221d23db2ef003ca10f5a62ec719a74430963d.zip FreeBSD-src-f8221d23db2ef003ca10f5a62ec719a74430963d.tar.gz |
Document a workaround for the problem of infrastructure changes in the
doc/ tree that can cause release builds on the security branches to
break.
PR: docs/35620
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/release.7 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index aa246b2..6acfa72 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -471,3 +471,13 @@ and .An Poul-Henning Kamp . This manual page was written by .An Murray Stokely Aq murray@FreeBSD.org . +.Sh BUGS +Infrastructure changes are occassionally made to the FreeBSD +documentation set in such a way that release builds on security +branches can fail. +To work around this, release builds can be made to checkout the +documentation from the last fully supported release of FreeBSD. +For example: +.Bd +make release RELEASETAG=RELENG_4_5 DOCRELEASETAG=RELEASE_4_5_0 ... +.Ed |