From afcfd745aec2ed1976187b2ea2c21a26ad2ca850 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 9 Feb 2020 20:50:38 +0000 Subject: Remove unused files and make idref's more regular git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/e2fsprogs.xml | 98 --------------------------------------- chapter05/flex.xml | 84 --------------------------------- chapter05/gcc-pass2.xml | 2 +- chapter05/generalinstructions.xml | 4 +- chapter05/gmp.xml | 84 --------------------------------- chapter05/mpfr.xml | 72 ---------------------------- chapter05/tcl.xml | 2 +- 7 files changed, 4 insertions(+), 342 deletions(-) delete mode 100644 chapter05/e2fsprogs.xml delete mode 100644 chapter05/flex.xml delete mode 100644 chapter05/gmp.xml delete mode 100644 chapter05/mpfr.xml (limited to 'chapter05') diff --git a/chapter05/e2fsprogs.xml b/chapter05/e2fsprogs.xml deleted file mode 100644 index 9ebbba792..000000000 --- a/chapter05/e2fsprogs.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - %general-entities; -]> - - - - - - e2fsprogs - &e2fsprogs-version; -
&e2fsprogs-url;
-
- - E2fsprogs-&e2fsprogs-version; - - - E2fsprogs - - - - - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../chapter06/e2fsprogs.xml" - xpointer="xpointer(/sect1/sect2[1]/para[1])"/> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&e2fsprogs-ch5-sbu;</seg> - <seg>&e2fsprogs-ch5-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of E2fsprogs - - The E2fsprogs documentation recommends that the package be built in - a subdirectory of the source tree: - -mkdir -v build -cd build - - Prepare E2fsprogs for compilation: - -../configure --prefix=/tools --disable-libblkid --disable-libuuid - - - The meaning of the new configure option: - - - --disable-libblkid - - This prevents E2fsprogs from building its own copy of the - libblkid library, which Util-Linux-NG provides. - - - - - --disable-libuuid - - This prevents E2fsprogs from building its own copy of the - libuuid library, which Util-Linux-NG provides. - - - - - Compile the package: - -make - - Install the static libraries and headers required by Util-linux: - -make install-libs - - Make the installed static libraries writable so debugging symbols can - be removed later: - -chmod -v u+w \ - /tools/lib/{libcom_err,libe2p,libext2fs,libss}.a - - - - - - - <para>Details on this package are located in - <xref linkend="contents-e2fsprogs" role="."/></para> - </sect2> - -</sect1> diff --git a/chapter05/flex.xml b/chapter05/flex.xml deleted file mode 100644 index 2033db549..000000000 --- a/chapter05/flex.xml +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - <!ENTITY % general-entities SYSTEM "../general.ent"> - %general-entities; -]> - -<sect1 id="ch-tools-flex" role="wrap"> - <?dbhtml filename="flex.html"?> - - <sect1info condition="script"> - <productname>flex</productname> - <productnumber>&flex-version;</productnumber> - <address>&flex-url;</address> - </sect1info> - - <title>Flex-&flex-version; - - - Flex - tools - - - - - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../chapter06/flex.xml" - xpointer="xpointer(/sect1/sect2[1]/para[1])"/> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&flex-ch5-sbu;</seg> - <seg>&flex-ch5-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of Flex - - Prepare Flex for compilation: - -./configure --prefix=/tools - - Compile the package: - -make - - To test the results, issue: - -make check - - Install the package: - -make install - - - - - - - <para>Details on this package are located in - <xref linkend="contents-flex" role="."/></para> - - </sect2> - -</sect1> diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 152d0cf92..930698e47 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -217,7 +217,7 @@ readelf -l a.out | grep ': /tools'</userinput></screen> <filename class="directory">/tools/bin</filename> is at the head of the list. If the <envar>PATH</envar> is wrong it could mean that you are not logged in as user <systemitem class="username">lfs</systemitem> or that - something went wrong back in <xref linkend="ch-tools-settingenviron" + something went wrong back in <xref linkend="ch-preps-settingenviron" role="."/></para> <para>Once all is well, clean up the test files:</para> diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml index 0a6d341a5..bf1ec6112 100644 --- a/chapter05/generalinstructions.xml +++ b/chapter05/generalinstructions.xml @@ -53,8 +53,8 @@ <important> <para>The build instructions assume that the <xref - linkend='pre-hostreqs'/>, including symbolic links, have been set - properly:</para> + linkend='ch-partitioning-hostreqs'/>, including symbolic links, have + been set properly:</para> <itemizedlist role='important'> diff --git a/chapter05/gmp.xml b/chapter05/gmp.xml deleted file mode 100644 index 71931294b..000000000 --- a/chapter05/gmp.xml +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - <!ENTITY % general-entities SYSTEM "../general.ent"> - %general-entities; -]> - -<sect1 id="ch-tools-gmp" role="wrap"> - <?dbhtml filename="gmp.html"?> - - <sect1info condition="script"> - <productname>gmp</productname> - <productnumber>&gmp-version;</productnumber> - <address>&gmp-url;</address> - </sect1info> - - <title>GMP-&gmp-version; - - - GMP - tools - - - - - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../chapter06/gmp.xml" - xpointer="xpointer(/sect1/sect2[1]/para[1])"/> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&gmp-ch5-sbu;</seg> - <seg>&gmp-ch5-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of GMP - - Prepare GMP for compilation: - -./configure --prefix=/tools --enable-mpbsd - - - The meaning of the configure option: - - - --enable-mpbsd - - This builds the Berkeley MP compatibility library - - - - - - Compile the package: - -make - - To test the results, issue: - -make check - - Install the package: - -make install - - - - - - - <para>Details on this package are located in - <xref linkend="contents-gmp" role="."/></para> - - </sect2> - -</sect1> diff --git a/chapter05/mpfr.xml b/chapter05/mpfr.xml deleted file mode 100644 index 004273828..000000000 --- a/chapter05/mpfr.xml +++ /dev/null @@ -1,72 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - <!ENTITY % general-entities SYSTEM "../general.ent"> - %general-entities; -]> - -<sect1 id="ch-tools-mpfr" role="wrap"> - <?dbhtml filename="mpfr.html"?> - - <sect1info condition="script"> - <productname>mpfr</productname> - <productnumber>&mpfr-version;</productnumber> - <address>&mpfr-url;</address> - </sect1info> - - <title>MPFR-&mpfr-version; - - - MPFR - tools - - - - - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../chapter06/mpfr.xml" - xpointer="xpointer(/sect1/sect2[1]/para[1])"/> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&mpfr-ch5-sbu;</seg> - <seg>&mpfr-ch5-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of MPFR - - Prepare MPFR for compilation: - -./configure --prefix=/tools --enable-thread-safe - - Compile the package: - -make - - To test the results, issue: - -make check - - Install the package: - -make install - - - - - - - <para>Details on this package are located in - <xref linkend="contents-mpfr" role="."/></para> - - </sect2> - -</sect1> diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 1558148aa..a186e0fde 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -74,7 +74,7 @@ Universal Time (UTC), but only for the duration of the test suite run. This ensures that the clock tests are exercised correctly. Details on the <envar>TZ</envar> environment - variable are provided in <xref linkend="chapter-bootscripts"/>.</para> + variable are provided in <xref linkend="chapter-config"/>.</para> <para>Install the package:</para> -- cgit v1.2.3-54-g00ecf