diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 23:20:36 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 23:20:36 +0000 |
commit | 8fa4affc0c3c7b6e37623ca87e6d11944dfcaffb (patch) | |
tree | b182a8e2bf8ebbd838c115c0faf645c29891783d /chapter01 | |
parent | 185b258b9acbe4492cd927c71dd6c233cca1ef4b (diff) |
Removed ch5-bzip2 make check - unneeded. Fix by Zack.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f9bae0868..db5067115 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -74,6 +74,10 @@ <listitem><para>May 12th, 2003 [gerard]: Chapter 06 - Basic Network: Added $(hostname) to /etc/hosts, without it perl's test doesn't pass.</para></listitem> +<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Bzip2: +Running "make" implies "make check", therefore there is no reason +whatsoever for us to run it manually.</para></listitem> + <listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Lfs-Utils: Removed. The only package that checks for mktemp before it is installed is GCC, and that's only for gccbug.</para></listitem> |