cf: Disable swig if shared libraries are disabled
[openafs.git] / src / afsinstall / lib / InstallGuides / info / build.toc
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 # build
9 #
10 # An InstallGuide for building a kernel with AFS
11 #
12
13 sub build {
14 &Print("This option will execute the commands which build a new kernel");
15 &Print("on the system. It will modify the system files necessary to");
16 &Print("incorporate AFS into the new kernel.  For details on what system");
17 &Print("files must be modified, see the AFS Install Guide and current");
18 &Print("Release Notes.  This option will tell where the new kernel is and");
19 &Print("where to install it, but will NOT remove the existing kernel file.");
20 &Print("See the \"installkernel\" option for automatically installing");
21 &Print("the new kernel into place.");
22 }