Changeset eb43115


Ignore:
Timestamp:
05/09/2015 10:59:15 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5518356
Parents:
74c099b
Message:

Note that gperf tests only work with -j1.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gperf.xml

    r74c099b reb43115  
    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

    r74c099b reb43115  
    1 <!ENTITY version         "SVN-20150426">
     1<!ENTITY version         "SVN-20150509">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    4 <!ENTITY releasedate     "April 26, 2015">
     4<!ENTITY releasedate     "May 9, 2015">
    55<!ENTITY copyrightdate   "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.8">
Note: See TracChangeset for help on using the changeset viewer.