Changeset 601a838 for general/genlib


Ignore:
Timestamp:
08/22/2012 10:30:35 PM (12 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7368969
Parents:
c35030e
Message:

Fixed typos and added missing XML tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10541 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pth.xml

    rc35030e r601a838  
    8181
    8282<screen><userinput>sed -i 's#$(LOBJS): Makefile#$(LOBJS): pth_p.h Makefile#' Makefile.in &amp;&amp;
    83 ./configure --prefix=/usr --disable-static --mandir=/usr/share/man &amp;&amp;
     83./configure --prefix=/usr           \
     84            --disable-static        \
     85            --mandir=/usr/share/man &amp;&amp;
    8486make</userinput></screen>
    8587
     
    98100    <title>Command Explanations</title>
    99101
    100     <para><command>sed -i 's#$(LOBJS) ...</command>: This sed fixes a race
    101     condition in the Makefile. It allows you to run <command>make</command> with
    102     multiple jobs (eg, <command>make -j4</command>) <!-- how ironic that a
    103     package for using multiple threads has this bug in its Makefile-->.</para>
     102    <para><command>sed -i 's#$(LOBJS) ...</command>: This <command>sed</command>
     103    fixes a race condition in the <filename>Makefile</filename>. It allows you
     104    to run <command>make</command> with multiple jobs (e.g., <command>make -j4</command>)
     105    <!-- how ironic that a package for using multiple threads has this bug in
     106    its Makefile -->.</para>
    104107
    105108    <para><option>--disable-static</option>: This option stops it compiling a
     
    107110
    108111    <para><option>--mandir=/usr/share/man</option>: This option puts the man
    109     pages in /usr/share/man and not /usr/man.</para>
     112    pages in <filename class="directory">/usr/share/man</filename> and not
     113    <filename class="directory">/usr/man</filename>.</para>
    110114  </sect2>
    111115
Note: See TracChangeset for help on using the changeset viewer.