git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -74,6 +74,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>May 12th, 2003 [gerard]: Chapter 05 - Gzip: Removed
+<userinput>make check</userinput>. It doesn't do
+anything.</para></listitem>
+
<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Texinfo:
Don't install the texmf data. It's not used by anything.</para></listitem>
@@ -5,7 +5,6 @@
<para><screen><userinput>./configure --prefix=/stage1
make
-make check
make install
rm -f /stage1/bin/{gunzip,zcat}
ln -s gzip /stage1/bin/gunzip