Ignore:
Timestamp:
May 6, 2014, 11:34:45 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0131d1b
Parents:
df0177b
Message:

Use more consistent indentation

Location:
BOOK/temp-system/multilib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/diffutils.xml

    rdf0177b r04c3a53  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./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/2001/XInclude"
  • BOOK/temp-system/multilib/gcc.xml

    rdf0177b r04c3a53  
    7272
    7373<screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    74   ../gcc-&gcc-version;/configure --prefix=/tools \
    75   --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    76   --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \
    77   --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
    78   --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
    79   --with-system-zlib --with-native-system-header-dir=/tools/include \
    80   --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen>
     74    ../gcc-&gcc-version;/configure --prefix=/tools \
     75    --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     76    --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \
     77    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
     78    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
     79    --with-system-zlib --with-native-system-header-dir=/tools/include \
     80    --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen>
    8181
    8282    <variablelist os="dd">
  • BOOK/temp-system/multilib/gzip.xml

    rdf0177b r04c3a53  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./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/2001/XInclude"
  • BOOK/temp-system/multilib/vim.xml

    rdf0177b r04c3a53  
    5252
    5353<screen os="e"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    54   ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    55   --prefix=/tools --enable-multibyte --enable-gui=no \
    56   --disable-gtktest --disable-xim --with-features=normal \
    57   --disable-gpm --without-x --disable-netbeans \
    58   --with-tlib=ncurses</userinput></screen>
     54    ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     55    --prefix=/tools --enable-multibyte --enable-gui=no \
     56    --disable-gtktest --disable-xim --with-features=normal \
     57    --disable-gpm --without-x --disable-netbeans \
     58    --with-tlib=ncurses</userinput></screen>
    5959
    6060    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.