Changeset ad1b07d


Ignore:
Timestamp:
Dec 23, 2015, 8:32:00 AM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
1b821266
Parents:
78056ae7
Message:

Removed extra spaces

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/file.xml

    r78056ae7 rad1b07d  
    2929    <command>file -C</command> to combine the information from the
    3030    magic files in its source tree into a single <filename>magic.mgc</filename>
    31     file, which it will use after it is installed. When we build File in 
     31    file, which it will use after it is installed. When we build File in
    3232    <xref linkend="chapter-temp-system"/>, it will be cross-compiled, so it
    3333    will not be able to run the <command>file</command> program that it just
  • BOOK/cross-tools/multilib/pkg-config-lite.xml

    r78056ae7 rad1b07d  
    4545          <command>{$CLFS_TARGET}-pkg-config</command> to be detected and used
    4646          when cross-compiling some tools in the temporary system and boot
    47           chapter.</para> 
     47          chapter.</para>
    4848        </listitem>
    4949      </varlistentry>
  • BOOK/final-system/common/glibc.xml

    r78056ae7 rad1b07d  
    273273mkdir -pv $ZONEINFO/{posix,right}
    274274
    275 for tz in etcetera southamerica northamerica europe africa antarctica  \
     275for tz in etcetera southamerica northamerica europe africa antarctica \
    276276          asia australasia backward pacificnew systemv; do
    277277    zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz}
  • BOOK/final-system/multilib/e2fsprogs-64bit.xml

    r78056ae7 rad1b07d  
    4040
    4141<screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
    42 CC="gcc ${BUILD64}"  \
     42CC="gcc ${BUILD64}" \
    4343../configure \
    4444    --prefix=/usr \
  • BOOK/temp-system/common/vim.xml

    r78056ae7 rad1b07d  
    2929    is an extremely useful tool to have there.<!-- If you prefer a different
    3030    editor, you may check the hints project at <ulink url="&hints-root;" />
    31     for information on cross-compiling other text editors. (placeholder - 
     31    for information on cross-compiling other text editors. (placeholder -
    3232    uncomment this sentence if/when such information actually exists)--></para>
    3333
  • BOOK/testsuite-tools/multilib/expect.xml

    r78056ae7 rad1b07d  
    3030    --prefix=/tools \
    3131    --with-tcl=/tools/lib64 \
    32     --with-tclinclude=/tools/include  \
     32    --with-tclinclude=/tools/include \
    3333    --libdir=/tools/lib64</userinput></screen>
    3434
Note: See TracChangeset for help on using the changeset viewer.