aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernelheaders-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-02 22:03:51 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-02 22:03:51 +0000
commit148bb04f8022ae1ea657d36ef04ff062bd023206 (patch)
tree163a20e0d2845c8e3d95609cf02b4f7b05825c7b /chapter05/kernelheaders-inst.xml
parent40add9445978e2619b7601d4536179b9ab2c065a (diff)
Renaming /stage1 to /tools.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernelheaders-inst.xml')
-rw-r--r--chapter05/kernelheaders-inst.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/kernelheaders-inst.xml b/chapter05/kernelheaders-inst.xml
index 96f629dd0..15cf446ac 100644
--- a/chapter05/kernelheaders-inst.xml
+++ b/chapter05/kernelheaders-inst.xml
@@ -27,20 +27,20 @@ symlink:</para>
<para>Install the platform-specific header files:</para>
-<para><screen><userinput>mkdir /stage1/include/asm
-cp include/asm/* /stage1/include/asm
-cp -R include/asm-generic /stage1/include</userinput></screen></para>
+<para><screen><userinput>mkdir /tools/include/asm
+cp include/asm/* /tools/include/asm
+cp -R include/asm-generic /tools/include</userinput></screen></para>
<para>Install the cross-platform kernel header files:</para>
-<para><screen><userinput>cp -R include/linux /stage1/include</userinput></screen></para>
+<para><screen><userinput>cp -R include/linux /tools/include</userinput></screen></para>
<para>There are a few kernel header files which make use of the
<filename>autoconf.h</filename> header file. Since we do not yet configure the
kernel, we need to create this file ourselves in order to avoid compilation
failures. Create an empty <filename>autoconf.h</filename> file:</para>
-<para><screen><userinput>touch /stage1/include/linux/autoconf.h</userinput></screen></para>
+<para><screen><userinput>touch /tools/include/linux/autoconf.h</userinput></screen></para>
</sect2>