diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-09-02 16:57:32 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-09-02 16:57:32 +0000 |
commit | 21184cee6c80c05314ed153d49ea1cc791d7dd64 (patch) | |
tree | 2e2f63dd3311b1a294ecd6f8e314578a58bafa9e /chapter06 | |
parent | 3fe06fa96fc0440768a2081bff2747bf5119c3a7 (diff) |
Update to bison-3.1.
Update to meson-0.47.2.
Update to gdbm-1.18.
Update to e2fsprogs-1.44.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison.xml | 2 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index dd415feb9..4d4fa17f3 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -56,7 +56,7 @@ <para>There is a circular dependency between bison and flex with regard to the checks. If desired, after installing flex in the next section, the - bison can be rebuilt and the bison checks can be run with + bison package can be rebuilt and the bison checks can be run with <command>make check</command>.</para> <para>Install the package:</para> diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 7b6a07955..6b935a265 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -129,8 +129,7 @@ make LD_LIBRARY_PATH=/tools/lib check</userinput></screen> If you do not have significantly more RAM than this, be sure to enable sufficient swap space for the test. See <xref linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/> - for details on creating and enabling swap space. Two tests, f_bigalloc_badinode - and f_bigalloc_orphan_list, are known ot fail.</para> + for details on creating and enabling swap space.</para> <para>Install the binaries, documentation, and shared libraries:</para> |