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 | eb43115dec1f6057a4aaf1f161b0869ec8c4f7fa (patch) | |
tree | d6752bd006ec43342577ce8aa39cce467fff519f /chapter06/gperf.xml | |
parent | 74c099b4ef1817e8aa7e7b8f8304f631491cd2f6 (diff) |
Note that gperf tests only work with -j1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gperf.xml')
-rw-r--r-- | chapter06/gperf.xml | 6 |
1 files changed, 4 insertions, 2 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> |