aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-exp.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-12 18:47:55 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-12 18:47:55 +0000
commit931e765cbe1f0151a90c3abb65adbc8b0e6128db (patch)
treeaec87747a9f417a8b18a3ee23b4295eb8cbd7511 /chapter05/kernel-exp.xml
parent74691747b8c3610773e173bd6f0d68dcc565b2f4 (diff)
Last change for today:
mkdir asm && cp -a ../src/linux/include/asm/* asm git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r--chapter05/kernel-exp.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml
index e2fd20581..a5dc8550a 100644
--- a/chapter05/kernel-exp.xml
+++ b/chapter05/kernel-exp.xml
@@ -28,10 +28,10 @@ needing later on.
<para>
<userinput>cp -R ../src/linux/include/linux .</userinput> and
-<userinput>cp -R ../src/linux/include/asm .</userinput>: These
-commands copy the kernel headers in the <filename>$LFS/usr/include</filename>
-directory. For details on why we don't link to these directories
-(anymore), and instead copy them, please refer to the
+<userinput>mkdir asm &amp;&amp; cp -a ../src/linux/include/asm/* .</userinput>:
+These commands copy the kernel headers in the
+<filename>$LFS/usr/include</filename> directory. For details on why we don't
+link to these directories (anymore), and instead copy them, please refer to the
<filename>README</filename> file in the kernel source.
</para>