Changeset a717694 for temp-system


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

Location:
temp-system
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • 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.