Changeset 7667786


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

Files:
2 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>
  • general.ent

    r6580440 r7667786  
    1 <!ENTITY version         "20150424-systemd">
     1<!ENTITY version         "20150509-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "April 24, 2015">
     3<!ENTITY releasedate     "May 9, 2015">
    44<!ENTITY copyrightdate   "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.8">
Note: See TracChangeset for help on using the changeset viewer.