diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-06-12 18:28:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-06-12 18:28:56 +0000 |
commit | b30de8f95ef665c68ec93a1797c513eea4220ec9 (patch) | |
tree | fdc6ab052e36154b1b0027abcf6091c8296a1e1d /chapter06 | |
parent | 42ca8a25f83a79b540cb8145b8cf7560457859b6 (diff) |
Typo fix in xz page.
Change some http references to https in gcc.
Update to iproute2-4.17.0.
Update to bison-3.0.5.
Update to linux-4.17.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11418 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison.xml | 7 | ||||
-rw-r--r-- | chapter06/gcc.xml | 4 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 4 | ||||
-rw-r--r-- | chapter06/xz.xml | 2 |
4 files changed, 6 insertions, 11 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 31e9570fb..662f0ff38 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -39,11 +39,7 @@ <sect2 role="installation"> <title>Installation of Bison</title> -<!-- bison only installs a static library - <para>Inhibit static library installation:</para> -<screen><userinput remap="pre">sed -i '/lib_LIBRARIES =/d' Makefile.in</userinput></screen> ---> <para>Prepare Bison for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen> @@ -60,8 +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 checks can be run with <command>make check</command>. Three - tests related to lalr1.cc fail for unknown reasons.</para> + bison checks can be run with <command>make check</command>.</para> <para>Install the package:</para> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index e2b109c3b..cc521c8c3 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -122,7 +122,7 @@ cd build</userinput></screen> <para>Results can be compared with those located at <ulink url="&test-results;"/> and - <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>.</para> + <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> <para>A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet. @@ -144,7 +144,7 @@ cd build</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> <para>Create a symlink required by the <ulink - url="http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink> + url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink> for "historical" reasons.</para> <screen><userinput remap="install">ln -sv ../usr/bin/cpp /lib</userinput></screen> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 35d07b8db..8b868df65 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -53,10 +53,10 @@ <screen><userinput remap="pre">sed -i /ARPD/d Makefile rm -fv man/man8/arpd.8</userinput></screen> - <para>It is also necessary to disable building one module that + <para>It is also necessary to disable building two modules that requires <ulink url="&blfs-book;postlfs/iptables.html"/>.</para> -<screen><userinput remap="pre">sed -i 's/m_ipt.o//' tc/Makefile</userinput></screen> +<screen><userinput remap="pre">sed -i 's/.m_ipt.o//' tc/Makefile</userinput></screen> <para>Compile the package:</para> diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 8d29b578a..5a342b2ff 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -299,7 +299,7 @@ ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput <varlistentry id="xzegrep"> <term><command>xzegrep</command></term> <listitem> - <para>Runs <command>egrep</command> on XZ compressed files files</para> + <para>Runs <command>egrep</command> on XZ compressed files</para> <indexterm zone="ch-system-xz xzegrep"> <primary sortas="b-xzegrep">xzegrep</primary> </indexterm> |