removed make cmd from DejaGNU installation, as it does nothing

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2003-09-22 19:07:47 +00:00
parent b02848e688
commit 7e52d2be99
2 changed files with 4 additions and 2 deletions

View File

@ -94,6 +94,9 @@
</itemizedlist> </itemizedlist>
</para></listitem> </para></listitem>
<listitem><para>September 22nd, 2003 [jeremy]: Removed the make command from
DejaGNU, since it performs nothing.</para></listitem>
<listitem><para>September 22nd, 2003 [jeremy]: Removed the -k from TCL's make <listitem><para>September 22nd, 2003 [jeremy]: Removed the -k from TCL's make
check, since it's not expected to have failures anymore</para></listitem> check, since it's not expected to have failures anymore</para></listitem>

View File

@ -9,8 +9,7 @@
<para>Build and install the package:</para> <para>Build and install the package:</para>
<para><screen><userinput>make <para><screen><userinput>make install</userinput></screen></para>
make install</userinput></screen></para>
</sect2> </sect2>