Selaa lähdekoodia

Don't run iproute2's configure stage manually

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7442 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 vuotta sitten
vanhempi
commit
332771ecf7
2 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 0
      chapter01/changelog.xml
  2. 0 5
      chapter06/iproute2.xml

+ 5 - 0
chapter01/changelog.xml

@@ -39,6 +39,11 @@
     <listitem>
       <para>March 18, 2006</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Do not run configure manually for iproute2 as it
+          is run automatically by the Makefile.  Thanks to Chris Staub for the
+          patch.  Fixes ticket #1734.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Make bzdiff use mktemp instead of the deprecated
           tempfile command.  Thanks to Chris Staub for the patch.  Fixes ticket

+ 0 - 5
chapter06/iproute2.xml

@@ -43,11 +43,6 @@
   <sect2 role="installation">
     <title>Installation of IPRoute2</title>
 
-    <para>Prepare IPRoute2 for compilation:</para>
-
-<screen><userinput>chmod u+x configure &amp;&amp;
-./configure</userinput></screen>
-
     <para>Compile the package:</para>
 
 <screen><userinput>make SBINDIR=/sbin</userinput></screen>