diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-05-09 10:59:15 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-05-09 10:59:15 +0000 |
commit | 766778699faeca695f074530633d662a5414c070 (patch) | |
tree | 9184e4997420c8fcb0fabc052a22a5861e7efc1b | |
parent | 65804409e2678c36f2ba40c7fd51a028a6fb5544 (diff) |
Note that gperf tests only work with -j1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gperf.xml | 6 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/gperf.xml b/chapter06/gperf.xml index 244342c1e..ce417439b 100644 --- a/chapter06/gperf.xml +++ b/chapter06/gperf.xml @@ -48,9 +48,11 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>The tests are known to fail if running multiple + simultaneous tests (-j option greater than 1). To test + the results, issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">make -j1 check</userinput></screen> <para>Install the package:</para> diff --git a/general.ent b/general.ent index 6eebb2cdc..05ccd1b98 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "20150424-systemd"> +<!ENTITY version "20150509-systemd"> <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "April 24, 2015"> +<!ENTITY releasedate "May 9, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.8"> <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |