Ignore:
Timestamp:
02/17/2014 01:11:29 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
6b81425, bbadc6d
Parents:
f8756ab
Message:

Final sync from lfs svn.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/automake.xml

    rf8756ab r3e2ac00  
    5050<screen><userinput remap="make">make</userinput></screen>
    5151
    52     <note><para>The tests take a very long time: over 30 SBUs.</para></note>
    53 
    54     <para>To test the results, issue:</para>
    55 
    56 <screen><userinput remap="test">make check</userinput></screen>
     52    <para>There are a couple of tests that incorrectly link to the
     53    wrong version of the flex library, so we temporarily work around
     54    the problem.  Also, using the -j4 make option speeds up the tests, even on
     55    systems with only one processor due to internal delays in individual
     56    tests.  To test the results, issue:</para>
     57
     58<screen><userinput remap="test">mv -v /usr/lib/libfl.{so,save}
     59ln -sv libfl.a /usr/lib/libfl.so
     60make -j4 check
     61rm -v /usr/lib/libfl.so
     62mv -v /usr/lib/libfl.{save,so}</userinput></screen>
    5763
    5864    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.