Changeset 3c06a53


Ignore:
Timestamp:
Aug 15, 2006, 9:07:01 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
599623d3
Parents:
515ca2c
Message:

Text fixes, including fixing instances of "${CLFS_HOST)" and "${CLFS_TARGET)"

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/mips/kernel.xml

    r515ca2c r3c06a53  
    9999    xpointer="xpointer(//*[@os='s'])"/>
    100100
    101 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET)- \
     101<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \
    102102   INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
    103103
  • BOOK/cross-tools/alpha/glibc-headers.xml

    r515ca2c r3c06a53  
    6969             <term><parameter>CC=gcc</parameter></term>
    7070             <listitem>
    71                 <para>Tells GLIBC to use the hosts GCC compiler.</para>
     71                <para>Tells Glibc to use the host's GCC compiler.</para>
    7272             </listitem>
    7373          </varlistentry>
     
    8686            <listitem>
    8787               <para>When used with --host, this creates a cross-architecture
    88                   executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
     88                  executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    8989            </listitem>
    9090        </varlistentry>
     
    9494           <listitem>
    9595               <para>When used with --build, this creates a cross-architecture
    96                   executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
     96                  executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    9797           </listitem>
    9898        </varlistentry>
     
    126126           <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term>
    127127           <listitem>
    128               <para>This tells GLIBC to use the binutils for our specific target architecture.</para>
     128              <para>This tells Glibc to use the Binutils for our specific target architecture.</para>
    129129            </listitem>
    130130       </varlistentry>
  • BOOK/cross-tools/common/binutils.xml

    r515ca2c r3c06a53  
    6565        <listitem>
    6666          <para>When used with --target, this creates a cross-architecture
    67           executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
     67          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    6868        </listitem>
    6969      </varlistentry>
     
    7373        <listitem>
    7474          <para>When used with --host, this creates a cross-architecture
    75           executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
     75          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    7676        </listitem>
    7777      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.