Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter08/automake.xml

    rd4fdde6 r37e35d2  
    3232
    3333      <seglistitem>
    34         <seg>&automake-ch6-sbu;</seg>
    35         <seg>&automake-ch6-du;</seg>
     34        <seg>&automake-fin-sbu;</seg>
     35        <seg>&automake-fin-du;</seg>
    3636      </seglistitem>
    3737    </segmentedlist>
     
    4444    <para>Fix a failing test:</para>
    4545
    46 <screen><userinput remap="pre">sed -i "s/''/etags/"  t/tags-lisp-space.sh</userinput></screen>
     46<screen><userinput remap="pre">sed -i "s/''/etags/" t/tags-lisp-space.sh</userinput></screen>
    4747
    4848    <para>Prepare Automake for compilation:</para>
     
    5454<screen><userinput remap="make">make</userinput></screen>
    5555
    56 <!--<para>There are a couple of tests that incorrectly link to the
    57     wrong version of the flex library, so we temporarily work around
    58     the problem.  Also, using the -j4 make option speeds up the tests, even on
    59     systems with only one processor, due to internal delays in individual
    60     tests.  To test the results, issue:</para>
    61  -->
    62 
    6356    <para> Using the -j4 make option speeds up the tests, even on systems with
    6457    only one processor, due to internal delays in individual tests.  To test
    6558    the results, issue:</para>
    6659
    67  <!--<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
    68        make -j4 check</userinput></screen>-->
    69 
    7060<screen><userinput remap="test">make -j4 check</userinput></screen>
    71 
    72 
    73     <para>One test is known to fail in the LFS environment:
    74     tags-lisp-space.sh.</para>
    7561
    7662    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.