svn commit: r356917 - in stable: 11/share/man/man7 12/share/man/man7
Glen Barber
gjb at FreeBSD.org
Mon Jan 20 15:38:06 UTC 2020
Author: gjb
Date: Mon Jan 20 15:38:05 2020
New Revision: 356917
URL: https://svnweb.freebsd.org/changeset/base/356917
Log:
MFC r356792:
Update release(7) to note OSRELEASE is only relevant when the
'install' target is invoked.
While here, bump the sample output version name, and explicitly
add the 'obj' target to avoid polluting the src checkout.
PR: 243287 (related)
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
stable/12/share/man/man7/release.7
Directory Properties:
stable/12/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/11/share/man/man7/release.7
Directory Properties:
stable/11/ (props changed)
Modified: stable/12/share/man/man7/release.7
==============================================================================
--- stable/12/share/man/man7/release.7 Mon Jan 20 15:19:56 2020 (r356916)
+++ stable/12/share/man/man7/release.7 Mon Jan 20 15:38:05 2020 (r356917)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 28, 2018
+.Dd January 16, 2020
.Dt RELEASE 7
.Os
.Sh NAME
@@ -570,8 +570,10 @@ target invoked by
Optional variables:
.Bl -tag -width ".Ev TARGET_ARCH"
.It Ev OSRELEASE
-Optional base name for generated media images
-.Pq e.g., FreeBSD-9.0-RC2-amd64 .
+Optional base name for generated media images when invoking the
+.Cm install
+target
+.Pq e.g., FreeBSD-12.1-RELEASE-amd64 .
Defaults to the output of
.Ic `uname -s`-`uname -r`-`uname -p`
within the chroot.
@@ -659,6 +661,7 @@ svn co svn://svn.freebsd.org/base/head src
cd src
make buildworld buildkernel
cd release
+make obj
make release
make install DESTDIR=/var/freebsd-snapshot
.Ed
More information about the svn-src-all
mailing list