diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-25 22:04:14 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-25 22:04:14 +0000 |
commit | ede9b9be0a3baef5e7b8daaab72b5ff594ea12e7 (patch) | |
tree | 79b8fd44df338bdfc7ecabf99240fc888d3a3cd0 /chapter05/kernelheaders.xml | |
parent | e421d2e1df618260a60b79f2dc97d89d16c407b8 (diff) |
Minor textual shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernelheaders.xml')
-rw-r--r-- | chapter05/kernelheaders.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/kernelheaders.xml b/chapter05/kernelheaders.xml index ba3b2720a..48d4bfd1c 100644 --- a/chapter05/kernelheaders.xml +++ b/chapter05/kernelheaders.xml @@ -19,8 +19,8 @@ place where <command>gcc</command> can later find them.</para> <screen><userinput>make mrproper</userinput></screen> <para>This ensures that the kernel tree is absolutely clean. The kernel team -recommends that this command be issued prior to <emphasis>each</emphasis> kernel -compilation. You shouldn't rely on the source tree being clean after +recommends that this command be issued prior to <emphasis>each</emphasis> +kernel compilation. You shouldn't rely on the source tree being clean after untarring.</para> <para>Create the <filename>include/linux/version.h</filename> file:</para> |