aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-04-03 20:20:36 +0000
committerThomas Balu Walter <tw@itreff.de>2001-04-03 20:20:36 +0000
commit05cfc7e3f23edc4d6c380f9595587c23750e923f (patch)
treeabe20b18798ad4122f131a6817a77f1804f33a78
parent72d67c996e2b3009907092cfea8bc37541a6cf8a (diff)
added make mrproper
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@426 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/kernel-inst.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml
index 2df519021..a4fc39af0 100644
--- a/chapter05/kernel-inst.xml
+++ b/chapter05/kernel-inst.xml
@@ -15,6 +15,7 @@ The kernel configuration file is created by running the following command:
<blockquote><literallayout>
+ <userinput>make mrproper &amp;&amp;</userinput>
<userinput>yes "" | make config &amp;&amp;</userinput>
<userinput>make dep &amp;&amp;</userinput>
<userinput>cd $LFS/usr/include &amp;&amp;</userinput>