Removed checks from patch and diffutils

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2003-09-22 18:12:14 +00:00
parent 677aef3d51
commit f4231a262a
3 changed files with 3 additions and 12 deletions

View File

@ -94,6 +94,9 @@
</itemizedlist> </itemizedlist>
</para></listitem> </para></listitem>
<listitem><para>September 22nd, 2003 [jeremy]: removed make check from patch
and diffutils, since these tests perform no actions.</para></listitem>
<listitem><para>September 22nd, 2003 [greg]: Chapter 5 - Setting up the <listitem><para>September 22nd, 2003 [greg]: Chapter 5 - Setting up the
environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to
.bash_profile to stop accidental build breakge.</para></listitem> .bash_profile to stop accidental build breakge.</para></listitem>

View File

@ -11,12 +11,6 @@
<para><screen><userinput>make</userinput></screen></para> <para><screen><userinput>make</userinput></screen></para>
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
<para><screen><userinput>make check</userinput></screen></para>
<para>And install the package:</para> <para>And install the package:</para>
<para><screen><userinput>make install</userinput></screen></para> <para><screen><userinput>make install</userinput></screen></para>

View File

@ -11,12 +11,6 @@
<para><screen><userinput>make</userinput></screen></para> <para><screen><userinput>make</userinput></screen></para>
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
<para><screen><userinput>make check</userinput></screen></para>
<para>And install the package:</para> <para>And install the package:</para>
<para><screen><userinput>make install</userinput></screen></para> <para><screen><userinput>make install</userinput></screen></para>