Changeset 09c4c90


Ignore:
Timestamp:
Jul 22, 2006, 9:16:20 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:
c9686cb
Parents:
b2bd6619
Message:

Improved consistency in indentation for multi-line commands

Location:
BOOK
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    rb2bd6619 r09c4c90  
    33<!ENTITY month "07"> <!-- Use two digits -->
    44<!ENTITY month_name "July">
    5 <!ENTITY day "22"> <!-- Use two digits -->
     5<!ENTITY day "23"> <!-- Use two digits -->
    66<!ENTITY year "2006"> <!-- Use four digits -->
    77
  • BOOK/temp-system/64/binutils.xml

    rb2bd6619 r09c4c90  
    4444
    4545<screen os="j"><userinput>CC="${CC} ${BUILD64}" \
    46      ../binutils-&binutils-version;/configure --prefix=/tools \
    47      --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    48      --disable-nls --enable-shared --enable-64-bit-bfd \
    49      --disable-multilib</userinput></screen>
     46    ../binutils-&binutils-version;/configure --prefix=/tools \
     47    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
     48    --disable-nls --enable-shared --enable-64-bit-bfd \
     49    --disable-multilib</userinput></screen>
    5050
    5151    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/diffutils.xml

    rb2bd6619 r09c4c90  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28      --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     28    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    2929
    3030    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/findutils.xml

    rb2bd6619 r09c4c90  
    3333
    3434<screen os="ac"><userinput>./configure --prefix=/tools \
    35      --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    36      --cache-file=config.cache</userinput></screen>
     35    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     36    --cache-file=config.cache</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/gettext.xml

    rb2bd6619 r09c4c90  
    3232
    3333<screen os="d"><userinput>./configure --prefix=/tools \
    34      --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    35      --disable-shared --cache-file=config.cache</userinput></screen>
     34    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     35    --disable-shared --cache-file=config.cache</userinput></screen>
    3636
    3737    <variablelist os="e">
  • BOOK/temp-system/common/grep.xml

    rb2bd6619 r09c4c90  
    2828
    2929<screen os="ca"><userinput>./configure --prefix=/tools \
    30      --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31      --disable-perl-regexp</userinput></screen>
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --disable-perl-regexp</userinput></screen>
    3232
    3333    <variablelist os="cb">
  • BOOK/temp-system/common/gzip.xml

    rb2bd6619 r09c4c90  
    3434
    3535<screen os="ac"><userinput>./configure --prefix=/tools \
    36      --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     36    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/make.xml

    rb2bd6619 r09c4c90  
    2828
    2929<screen os="aa"><userinput>./configure --prefix=/tools \
    30      --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/sed.xml

    rb2bd6619 r09c4c90  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28      --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     28    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    2929
    3030    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/tar.xml

    rb2bd6619 r09c4c90  
    3333
    3434<screen os="b"><userinput>./configure --prefix=/tools \
    35      --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    36      --cache-file=config.cache</userinput></screen>
     35    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     36    --cache-file=config.cache</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/binutils.xml

    rb2bd6619 r09c4c90  
    5252
    5353<screen os="j"><userinput>CC="${CC} ${BUILD64}" \
    54      ../binutils-&binutils-version;/configure --prefix=/tools \
    55      --libdir=/tools/lib64 --with-lib-path=/tools/lib \
    56      --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    57      --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
     54    ../binutils-&binutils-version;/configure --prefix=/tools \
     55    --libdir=/tools/lib64 --with-lib-path=/tools/lib \
     56    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
     57    --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
    5858
    5959    <variablelist os="ea">
Note: See TracChangeset for help on using the changeset viewer.