diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/aboutdebug.xml | 3 | ||||
-rw-r--r-- | chapter06/binutils.xml | 7 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 5 | ||||
-rw-r--r-- | chapter06/man.xml | 4 |
4 files changed, 6 insertions, 13 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 7ef47d71c..5ba986652 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -44,8 +44,7 @@ five.</para> software, a lot of disk space can be regained by removing these symbols. The next section shows how to strip all debugging symbols from the programs and libraries. Additional information on system -optimization can be found at <ulink url="&hints-root;optimization.txt"><phrase -condition="pdf">&hints-root; optimization.txt</phrase></ulink>.</para> +optimization can be found at <ulink url="&hints-root;optimization.txt"/>.</para> </sect1> diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index c3032612a..99dca0a03 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -69,11 +69,8 @@ cd ../binutils-build</userinput></screen> <para>Normally, the tooldir (the directory where the executables will ultimately be located) is set to <filename class="directory">$(exec_prefix)/$(target_alias)</filename>, which -expands into <phrase condition="html"><filename -class="directory">/usr/i686-pc-linux-gnu</filename></phrase><phrase -condition="pdf"><filename class="directory">/usr/i686-pc- -linux-gnu</filename></phrase>. Because this is a custom system, this -target-specific directory in <filename +expands into <filename class="directory">/usr/i686-pc-linux-gnu</filename>. +Because this is a custom system, this target-specific directory in <filename class="directory">/usr</filename> is not required. This setup would be used if the system was used to cross-compile (for example, compiling a package on an Intel machine that generates code that can be executed diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index e489dfc06..9c45ccda7 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -78,9 +78,8 @@ Instructions for a better <command>whois</command> client are in the BLFS book.< servers included as part of the Inetutils package. These servers are deemed not appropriate in a basic LFS system. Some are insecure by nature and are only considered safe on trusted networks. More -information can be found at <phrase condition="html"><ulink -url="&blfs-root;view/svn/basicnet/inetutils.html"/></phrase><phrase -condition="pdf"><ulink url="&blfs-root;view/svn/ basicnet/inetutils.html"/></phrase>. Note that +information can be found at <ulink +url="&blfs-root;view/svn/basicnet/inetutils.html"/>. Note that better replacements are available for many of these servers.</para></listitem> </varlistentry> diff --git a/chapter06/man.xml b/chapter06/man.xml index 1a0bce0ff..a5ed1bf50 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -99,9 +99,7 @@ not support multibyte character sets.</para> <para>Additional information with regards to the compression of man and info pages can be found in the BLFS book at -<ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"><phrase -condition="pdf">http://www.linuxfromscratch.org/blfs/view/cvs/postlfs/ -compressdoc.html</phrase></ulink>.</para> +<ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"/>.</para> </sect2> |