summaryrefslogtreecommitdiffstats
path: root/share/man/man7/build.7
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-05-17 23:23:25 +0000
committerjhb <jhb@FreeBSD.org>2001-05-17 23:23:25 +0000
commitc88d6fada26aa2ff18660921351d7c68188efce7 (patch)
tree8667347483c1ce5d16b55fe82ba24cb0ca4bd6b5 /share/man/man7/build.7
parentc2a1096080f695db1f133e0a6d70f85c4796783b (diff)
downloadFreeBSD-src-c88d6fada26aa2ff18660921351d7c68188efce7.zip
FreeBSD-src-c88d6fada26aa2ff18660921351d7c68188efce7.tar.gz
Replace references to the KERNEL variable with KERNCONF.
Diffstat (limited to 'share/man/man7/build.7')
-rw-r--r--share/man/man7/build.78
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 21bd088c..cc42a73 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -124,8 +124,8 @@ The
method of updating your system from the latest sources is:
.Bd -literal -offset indent
make buildworld
-make buildkernel KERNEL=FOO
-make installkernel KERNEL=FOO
+make buildkernel KERNCONF=FOO
+make installkernel KERNCONF=FOO
make installworld
mergemaster
.Ed
@@ -134,12 +134,12 @@ mergemaster
must be replaced with the name of the kernel configuration file from which
the kernel should be built.
Alternatively, the
-.Va KERNEL
+.Va KERNCONF
variable in
.Pa /etc/make.conf
can be set to the name of the kernel to build;
in this case the
-.Dq KERNEL=FOO
+.Dq KERNCONF=FOO
part of the
.Dq buildkernel
and
OpenPOWER on IntegriCloud