diff options
Diffstat (limited to 'chapter06/kernel-exp.xml')
-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 |