diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-15 03:31:13 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-15 03:31:13 +0000 |
commit | 3c09bf8ae3ea22524420630bbdc11db12a283e3c (patch) | |
tree | c892d59a77a1f08c159503d92904be034713a6bf /chapter06 | |
parent | e397c3ada5bbef0281414709fa1952a2ce07c44d (diff) |
Converted kernel page to new format.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2323 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kernel-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kernel-exp.xml b/chapter06/kernel-exp.xml index 2956f0bd7..c24591e85 100644 --- a/chapter06/kernel-exp.xml +++ b/chapter06/kernel-exp.xml @@ -8,7 +8,7 @@ for that. At the end we remove it again.</para> <para><userinput>make mrproper</userinput>: 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 and that you +issued prior to <emphasis>each</emphasis> kernel compilation. You shouldn't rely on the source tree being clean after untarring.</para> <para><userinput>make include/linux/version.h</userinput> and |