Changeset 7667786 for chapter06


Ignore:
Timestamp:
05/09/2015 10:59:15 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
199406b6
Parents:
6580440
Message:

Note that gperf tests only work with -j1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gperf.xml

    r6580440 r7667786  
    4949<screen><userinput remap="make">make</userinput></screen>
    5050
    51     <para>To test the results, issue:</para>
     51    <para>The tests are known to fail if running multiple
     52    simultaneous tests (-j option greater than 1). To test
     53    the results, issue:</para>
    5254
    53 <screen><userinput remap="test">make check</userinput></screen>
     55<screen><userinput remap="test">make -j1 check</userinput></screen>
    5456
    5557    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.