aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-05-31 12:59:15 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-05-31 12:59:15 +0000
commitd408a341b2b79e5625fc44467aa9608d79845b7b (patch)
tree50d628000631aa532ae50d56c202763d6d881ec9 /share
parentd3a460d36cfad2ab7e6f779bbaf710d6ba607c4f (diff)
downloadsrc-d408a341b2b79e5625fc44467aa9608d79845b7b.tar.gz
src-d408a341b2b79e5625fc44467aa9608d79845b7b.zip
It is generally considered useful for release media to have kernels on them.
Submitted by: joel
Notes
Notes: svn path=/head/; revision=222523
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/release.76
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index 6eeda8303973..f2ca0c8ac40d 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -65,7 +65,9 @@ and should have experience upgrading systems from source.
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 be used to build a
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