Selaa lähdekoodia

Fix order of bison and flex needed by new flex version

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 9 vuotta sitten
vanhempi
commit
e074bae6e2
3 muutettua tiedostoa jossa 8 lisäystä ja 2 poistoa
  1. 1 1
      appendices/dependencies.xml
  2. 6 0
      chapter06/bison.xml
  3. 1 1
      chapter06/chapter06.xml

+ 1 - 1
appendices/dependencies.xml

@@ -772,7 +772,7 @@
         <segtitle>&testsuites;</segtitle>
 
         <seglistitem>
-          <seg>Bison (suppressed) and Gawk</seg>
+          <seg>Bison and Gawk</seg>
         </seglistitem>
       </segmentedlist>
 

+ 6 - 0
chapter06/bison.xml

@@ -52,9 +52,15 @@
 
 <screen><userinput remap="make">make</userinput></screen>
 
+<!--
     <para>To test the results (about 2.2 SBU), issue:</para>
 
 <screen><userinput remap="test">make check</userinput></screen>
+-->
+
+    <para>There is a circular dependency between bison and flex with regard to
+    the checks.  If desired, after installing flex in the next section, the
+    bison checks can be run with <command>make check</command>.</para>
 
     <para>Install the package:</para>
 

+ 1 - 1
chapter06/chapter06.xml

@@ -44,8 +44,8 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>