Replace hard-wired version numbers with entities where appropriate.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2996 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-10-18 02:38:12 +00:00
parent 8c643a0e68
commit 1eea81624e
7 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@
<para>Gawk is an awk implementation that is used to manipulate text <para>Gawk is an awk implementation that is used to manipulate text
files.</para> files.</para>
<para><emphasis>Installed programs</emphasis>: awk, gawk, gawk-3.1.1, grcat, <para><emphasis>Installed programs</emphasis>: awk, gawk, gawk-&gawk-version;,
igawk, pgawk, pgawk-3.1.1 and pwcat</para> grcat, igawk, pgawk, pgawk-&gawk-version; and pwcat</para>
</sect2> </sect2>

View File

@ -7,8 +7,8 @@ and Report Language. Perl combines some of the best features of C,
sed, awk and sh into one powerful language.</para> sed, awk and sh into one powerful language.</para>
<para><emphasis>Installed programs</emphasis>: a2p, c2ph, dprofpp, enc2xs, <para><emphasis>Installed programs</emphasis>: a2p, c2ph, dprofpp, enc2xs,
find2perl, h2ph, h2xs, libnetcfg, perl, perl5.8.0 (link to perl), perlbug, find2perl, h2ph, h2xs, libnetcfg, perl, perl&perl-version; (link to perl),
perlcc, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man, perlbug, perlcc, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man,
pod2text, pod2usage, podchecker, podselect, psed (link to s2p), pstruct (link pod2text, pod2usage, podchecker, podselect, psed (link to s2p), pstruct (link
to c2ph), s2p, splain and xsubpp</para> to c2ph), s2p, splain and xsubpp</para>

View File

@ -120,7 +120,7 @@ a summary of the test suite results, run this:</para>
<para>You can compare your results to those posted to the gcc-testresults <para>You can compare your results to those posted to the gcc-testresults
mailing list for similar configurations to your own. For an example of how mailing list for similar configurations to your own. For an example of how
current GCC-3.3.1 should look on i686-pc-linux-gnu, see current GCC-&gcc-version; should look on i686-pc-linux-gnu, see
<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2003-08/msg01612.html"/>.</para> <ulink url="http://gcc.gnu.org/ml/gcc-testresults/2003-08/msg01612.html"/>.</para>
<para>Note that the results contain:</para> <para>Note that the results contain:</para>

View File

@ -28,7 +28,7 @@ Fix this annoying little error with:</para>
<screen><userinput>mkdir /tools/etc <screen><userinput>mkdir /tools/etc
touch /tools/etc/ld.so.conf</userinput></screen> touch /tools/etc/ld.so.conf</userinput></screen>
<para>Also, Glibc has a subtle problem when compiled with GCC 3.3.1. <para>Also, Glibc has a subtle problem when compiled with GCC &gcc-version;.
Apply the following patch to fix this:</para> Apply the following patch to fix this:</para>
<screen><userinput>patch -Np1 -i ../&glibc-sscanf-patch;</userinput></screen> <screen><userinput>patch -Np1 -i ../&glibc-sscanf-patch;</userinput></screen>

View File

@ -22,8 +22,8 @@ echo 'static_ext="IO re Fcntl"' >> hints/linux.sh</userinput></screen>
<para>Then copy these tools and their libraries:</para> <para>Then copy these tools and their libraries:</para>
<screen><userinput>cp perl pod/pod2man /tools/bin <screen><userinput>cp perl pod/pod2man /tools/bin
mkdir -p /tools/lib/perl5/5.8.0 mkdir -p /tools/lib/perl5/&perl-version;
cp -R lib/* /tools/lib/perl5/5.8.0</userinput></screen> cp -R lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
</sect2> </sect2>

View File

@ -20,14 +20,14 @@ the book).</para></listitem>
<listitem><para>The default data directory for gawk is <filename <listitem><para>The default data directory for gawk is <filename
class="directory">$prefix/share/awk</filename>. A package specific class="directory">$prefix/share/awk</filename>. A package specific
directory should be named using the package and version (like gawk-3.1.3 directory should be named using the package and version (like
instead of awk) because there may be more than one awk interpreter on a gawk-&gawk-version; instead of awk) because there may be more than one awk
system (and more than one version of gawk). The patch changes this to interpreter on a system (and more than one version of gawk). The patch changes
<filename class="directory">$prefix/share/gawk-3.1.3</filename> to be more this to <filename class="directory">$prefix/share/gawk-&gawk-version;</filename>
correct.</para></listitem> to be more correct.</para></listitem>
<listitem><para>The patch ensures that this directory (<filename <listitem><para>The patch ensures that this directory (<filename
class="directory">$prefix/share/gawk-3.1.3</filename>) is removed along class="directory">$prefix/share/gawk-&gawk-version;</filename>) is removed along
with its contents on a make uninstall.</para></listitem> with its contents on a make uninstall.</para></listitem>
</itemizedlist> </itemizedlist>

View File

@ -9,7 +9,7 @@ have defined any environment variables that override default optimizations,
such as CFLAGS and CXXFLAGS, we recommend unsetting them when building such as CFLAGS and CXXFLAGS, we recommend unsetting them when building
Grub.</para> Grub.</para>
<para>Grub needs a patch to fix a compilation problem with GCC-3.3.1</para> <para>Grub needs a patch to fix a compilation problem with GCC-&gcc-version;</para>
<screen><userinput>patch -Np1 -i ../&grub-patch;</userinput></screen> <screen><userinput>patch -Np1 -i ../&grub-patch;</userinput></screen>