Changeset a717694


Ignore:
Timestamp:
May 31, 2006, 10:45:29 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
cf6c97c
Parents:
8416e87
Message:

r3793@server (orig r1713): chris | 2006-05-31 20:58:21 -0700
Updated commands for consistent indentation for multi-line commands

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • boot/common/module-init-tools.xml

    r8416e87 ra717694  
    2828
    2929<screen os="f"><userinput>./configure --prefix=/ \
    30    --host=${LFS_TARGET}</userinput></screen>
     30    --host=${LFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • boot/common/util-linux.xml

    r8416e87 ra717694  
    7373
    7474<screen os="bf"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \
    75 HAVE_SHADOW=no CPUOPT="" ARCH="" \
    76 CPU=""</userinput></screen>
     75    HAVE_SHADOW=no CPUOPT="" ARCH="" \
     76    CPU=""</userinput></screen>
    7777
    7878    <variablelist os="bg">
     
    124124
    125125<screen os="bi"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no \
    126 USE_TTY_GROUP=no CPUOPT="" ARCH="" \
    127 CPU="" DESTDIR=${LFS} install</userinput></screen>
     126    USE_TTY_GROUP=no CPUOPT="" ARCH="" \
     127    CPU="" DESTDIR=${LFS} install</userinput></screen>
    128128
    129129  </sect2>
  • boot/x86/kernel.xml

    r8416e87 ra717694  
    9292
    9393<screen><userinput>make ARCH=i386 CROSS_COMPILE=${LFS_TARGET}- \
    94    INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
     94    INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9595
    9696    <para os="u">After kernel compilation is complete, additional steps are
  • cross-tools/common/binutils.xml

    r8416e87 ra717694  
    4646
    4747<screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
    48    --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
    49    --disable-nls --enable-shared --disable-multilib</userinput></screen>
     48    --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
     49    --disable-nls --enable-shared --disable-multilib</userinput></screen>
    5050
    5151    <variablelist os="bd">
  • cross-tools/x86/gcc-final.xml

    r8416e87 ra717694  
    146146
    147147<screen os="bi"><userinput>make AS_FOR_TARGET="${LFS_TARGET}-as" \
    148 LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen>
     148    LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen>
    149149
    150150    <para os="bj">Install the package:</para>
  • cross-tools/x86/gcc-static.xml

    r8416e87 ra717694  
    5353<screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig}
    5454sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \
    55  gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
     55    gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    5656
    5757    <important os="ak">
  • temp-system/common/bash.xml

    r8416e87 ra717694  
    3232
    3333<screen os="h"><userinput>./configure --prefix=/tools \
    34    --without-bash-malloc --host=${LFS_TARGET} \
    35    --cache-file=config.cache</userinput></screen>
     34    --without-bash-malloc --host=${LFS_TARGET} \
     35    --cache-file=config.cache</userinput></screen>
    3636
    3737    <variablelist os="ad">
  • temp-system/common/binutils.xml

    r8416e87 ra717694  
    4444
    4545<screen os="j"><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
    46      --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
    47      --disable-nls --enable-shared --disable-multilib</userinput></screen>
     46    --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     47    --disable-nls --enable-shared --disable-multilib</userinput></screen>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • temp-system/common/coreutils.xml

    r8416e87 ra717694  
    3333
    3434<screen os="be"><userinput>./configure --prefix=/tools --cache-file=config.cache \
    35    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     35    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3636
    3737    <para os="bf">Compile the package:</para>
  • temp-system/common/findutils.xml

    r8416e87 ra717694  
    3333
    3434<screen os="ac"><userinput>./configure --prefix=/tools \
    35    --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     35    --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • temp-system/common/gawk.xml

    r8416e87 ra717694  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     28    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    2929
    3030    <para os="c">Compile the package:</para>
  • temp-system/common/gettext.xml

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

    r8416e87 ra717694  
    2828
    2929<screen os="ca"><userinput>./configure --prefix=/tools \
    30    --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
     30    --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
    3131
    3232    <variablelist os="cb">
  • temp-system/common/gzip.xml

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

    r8416e87 ra717694  
    2828
    2929<screen os="aa"><userinput>./configure --prefix=/tools \
    30    --host=${LFS_TARGET}</userinput></screen>
     30    --host=${LFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • temp-system/common/ncurses.xml

    r8416e87 ra717694  
    2828
    2929<screen os="b"><userinput>./configure --prefix=/tools --with-shared \
    30    --host=${LFS_TARGET} --without-debug --without-ada \
    31    --enable-overwrite --with-build-cc=gcc</userinput></screen>
     30    --host=${LFS_TARGET} --without-debug --without-ada \
     31    --enable-overwrite --with-build-cc=gcc</userinput></screen>
    3232
    3333    <variablelist os="c">
  • temp-system/common/sed.xml

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

    r8416e87 ra717694  
    3333
    3434<screen os="b"><userinput>./configure --prefix=/tools \
    35    --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     35    --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • temp-system/common/texinfo.xml

    r8416e87 ra717694  
    2828
    2929<screen os="b"><userinput>./configure --prefix=/tools \
    30    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     30    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • temp-system/x86/gcc.xml

    r8416e87 ra717694  
    6060<screen os="ce"><userinput>cp -v gcc/cppdefault.c{,.orig}
    6161sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@0@g' \
    62    gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen>
     62    gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen>
    6363
    6464    <para os="cf">Also, we need to set the directory searched by the fixincludes
     
    6767<screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig}
    6868sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \
    69    gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
     69    gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    7070
    7171    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    111111
    112112<screen os="cn"><userinput>make AS_FOR_TARGET="${AS}" \
    113 LD_FOR_TARGET="${LD}"</userinput></screen>
     113    LD_FOR_TARGET="${LD}"</userinput></screen>
    114114
    115115    <para os="co">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.