svn commit: r222523 - head/share/man/man7
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Tue May 31 12:59:16 UTC 2011
Author: nwhitehorn
Date: Tue May 31 12:59:15 2011
New Revision: 222523
URL: http://svn.freebsd.org/changeset/base/222523
Log:
It is generally considered useful for release media to have kernels on them.
Submitted by: joel
Modified:
head/share/man/man7/release.7
Modified: head/share/man/man7/release.7
==============================================================================
--- head/share/man/man7/release.7 Tue May 31 12:54:32 2011 (r222522)
+++ head/share/man/man7/release.7 Tue May 31 12:59:15 2011 (r222523)
@@ -65,7 +65,9 @@ and should have experience upgrading sys
The release build process requires that
.Pa /usr/obj
be populated with the output of
-.Dq Li "make buildworld" .
+.Dq Li "make buildworld"
+and
+.Dq Li "make buildkernel" .
This is necessary to provide the object files for the release or, when
using
.Pa generate-release.sh ,
@@ -294,7 +296,7 @@ The following sequence of commands can b
cd /usr
svn co svn://svn.freebsd.org/base/head src
cd src
-make buildworld
+make buildworld buildkernel
cd release
make release
make install DESTDIR=/var/freebsd-snapshot
More information about the svn-src-head
mailing list