aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-17 01:14:15 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-17 01:14:15 +0000
commit86900be48b1cb49cec02f694ef75929e1005cf9c (patch)
tree855f1bd70023d339fe87897e146230aed85d041f /chapter01
parent227112cb1f00d2530eb5371ee9188002d1e7a8f2 (diff)
Shortened the kernel install in chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9a97ecace..47cbc05b4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -33,6 +33,16 @@
</para></listitem>
+<listitem><para>March 16th, 2002 [gerard]: Chapter 05 - Kernel: Shortened
+the commands by removing <userinput>make mrproper</userinput>,
+<userinput>make config</userinput>, and <userinput>make dep</userinput>.
+Instead we just create the missing <filename>version.h</filename> and
+<filename class="symlink">asm</filename> symlink and copy the headers to
+<filename class="directory">$LFS/usr/include</filename>. We don't need the
+kernel tree itself setup until chapter 8 where we would re-run the removed
+commands anyways, so it's just a waste of time to do it in chapter
+5.</para></listitem>
+
<listitem><para>March 16th, 2002 [gerard]: Chapter 06+Appendix A: Removed
the chroot dependencies. It's not a package so it's a bit out of
place.</para></listitem>