Changeset a91856d1 for general/prog


Ignore:
Timestamp:
02/22/2016 10:56:24 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
9a3e4ba
Parents:
17d8bc7
Message:

Typo fixes
Tags
Changelog: fix dates for the year 2016.
Boost: Add recommended dependency which
ICU: Add optional dependency doxygen

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17001 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r17d8bc7 ra91856d1  
    3939    </para>
    4040
    41     &lfs78_checked;
     41    &lfs79_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    156156    <para>
    157157      <parameter>--system-libs</parameter>: This switch forces the build system
    158       to link against <application>Zlib</application>,
     158      to link against the <application>Zlib</application>,
    159159      <application>Bzip2</application>, <application>cURL</application>,
    160160      <application>Expat</application> and <application>libarchive</application>
    161       installed on the system.
     161      packages installed on the system.
    162162    </para>
    163163
     
    233233        <listitem>
    234234          <para>
    235             (optional) is the <application>Qt</application>-based frontent to
     235            (optional) is the <application>Qt</application>-based frontend to
    236236            <command>cmake</command>.
    237237          </para>
  • general/prog/gdb.xml

    r17d8bc7 ra91856d1  
    3939    </para>
    4040
    41     &lfs78_checked;
     41    &lfs79_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/llvm.xml

    r17d8bc7 ra91856d1  
    5151    <para>
    5252      The optional <application>Clang</application> and <application>Compiler
    53       RT</application> packages provide a new C, C++, Objective C and Objective
     53      RT</application> packages provide new C, C++, Objective C and Objective
    5454      C++ front-ends and runtime libraries for the
    5555      <application>LLVM</application>.
     
    6565    </note>
    6666
    67     &lfs78_checked;
     67    &lfs79_checked;
    6868
    6969    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    219219<screen><userinput>make -C ../docs -f Makefile.sphinx man</userinput></screen>
    220220
     221<!-- The note about some tests failing for unknown reasons can be removed.
     222These are my results:
     223Expected Passes: 22242
     224Expected Failures: 111
     225-->
     226
    221227    <para>
    222228      To test the results, issue: <command>make -k check-all</command>.
    223       Some tests may fail for unknown reasons.
    224229    </para>
    225230
     
    307312    <para>
    308313      <parameter>--disable-assertions</parameter>: Disable some compile checks,
    309       not necessary on a production system.
     314      which are not necessary on a production system.
    310315    </para>
    311316
     
    464469        <listitem>
    465470          <para>
    466             is used for C++ ABI Data Dumper.
     471            is used as a C++ ABI Data Dumper.
    467472          </para>
    468473          <indexterm zone="llvm llvm-cxxdump">
     
    501506        <listitem>
    502507          <para>
    503             tool used to manipulate archived DWARF debug symbol files,
     508            is a tool used to manipulate archived DWARF debug symbol files,
    504509            compatible with the Darwin command <command>dsymutil</command>.
    505510          </para>
     
    540545          <para>
    541546            is used to list <application>LLVM</application> bitcode
    542             and object file's symbol table.
     547            and an object file's symbol table.
    543548          </para>
    544549          <indexterm zone="llvm llvm-nm">
     
    552557        <listitem>
    553558          <para>
    554             is used as PDB Dumper.
     559            is used as a PDB Dumper.
    555560          </para>
    556561          <indexterm zone="llvm llvm-pdbdump">
     
    577582        <listitem>
    578583          <para>
    579             is used to generate index for <application>LLVM</application>
     584            is used to generate an index for a <application>LLVM</application>
    580585            archive.
    581586          </para>
Note: See TracChangeset for help on using the changeset viewer.