Changeset aefc822 for chapter07/tcl.xml


Ignore:
Timestamp:
06/11/2020 05:55:06 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
302d97a
Parents:
387a32af
Message:

Updates to the rest of cross2 Chapter 7.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/tcl.xml

    r387a32af raefc822  
    4646
    4747    <para>This package and the next two (Expect and DejaGNU) are
    48     installed to support running the test suites for GCC and Binutils and other
     48    installed to support running the test suites for GCC and binutils and other
    4949    packages.  Installing three packages for testing purposes may seem
    5050    excessive, but it is very reassuring, if not essential, to know that the
     
    7171        <listitem>
    7272          <para>The construct <parameter>$(&lt;shell command&gt;)</parameter>
    73           is replaced by the output of the chell command.  Here this output is
     73          is replaced by the output of the shell command.  Here this output is
    7474          empty if running on a 32 bit machine, and is
    7575          <parameter>--enable-64bit</parameter> if running on a 64 bit machine.
     
    101101unset SRCDIR</userinput></screen>
    102102
    103     <para>The various <quote>sed</quote> after the <quote>make</quote> command
    104     remove references to the build directory from various configuration files,
    105     and replaces them with the install directory. This is not mandatory
    106     for the remaining of LFS, but may be needed in case a package built later
    107     uses Tcl.</para>
     103    <para>The various <quote>sed</quote> instructions after the
     104    <quote>make</quote> command removes references to the build directory from
     105    the configuration files and replaces them with the install directory.
     106    This is not mandatory for the remainder of LFS, but may be needed in case a
     107    package built later uses Tcl.</para>
    108108
    109109    <para>Install the package:</para>
     
    116116<screen><userinput remap="install">chmod -v u+w /usr/lib/libtcl&tcl-major-version;.so</userinput></screen>
    117117
    118     <para>Install Tcl's headers. The next package, Expect, requires them
    119     to build.</para>
     118    <para>Install Tcl's headers. The next package, Expect, requires them.</para>
    120119
    121120<screen><userinput remap="install">make install-private-headers</userinput></screen>
     
    135134
    136135      <seglistitem>
    137         <seg>tclsh (link to tclsh&tcl-major-version;) and tclsh&tcl-major-version;</seg>
    138         <seg>libtcl&tcl-major-version;.so, libtclstub&tcl-major-version;.a</seg>
     136        <seg>
     137          tclsh (link to tclsh&tcl-major-version;) and
     138          tclsh&tcl-major-version;
     139        </seg>
     140        <seg>
     141          libtcl&tcl-major-version;.so and
     142          libtclstub&tcl-major-version;.a
     143        </seg>
    139144      </seglistitem>
    140145    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.