Преглед на файлове

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
Jeremy Utley преди 22 години
родител
ревизия
7e52d2be99
променени са 2 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 3 0
      chapter01/changelog.xml
  2. 1 2
      chapter05/dejagnu-inst.xml

+ 3 - 0
chapter01/changelog.xml

@@ -94,6 +94,9 @@
 </itemizedlist>
 </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
 check, since it's not expected to have failures anymore</para></listitem>
 

+ 1 - 2
chapter05/dejagnu-inst.xml

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