Переглянути джерело

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>