Changeset 73b1cbb in clfs-sysroot for BOOK


Ignore:
Timestamp:
Jan 31, 2009, 6:40:21 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
0cdbce9
Parents:
3dc3c3e
Message:

Fix validation errors.

Location:
BOOK
Files:
7 edited

Legend:

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

    r3dc3c3e r73b1cbb  
    4141
    4242<screen><userinput>cp config.h{,.orig}
    43 sed "/PASSWD_PROGRAM/s/passwd/${CLFS_TARGET}-&amp;/" config.h.orig > config.h</userinput></screen>
     43sed "/PASSWD_PROGRAM/s/passwd/${CLFS_TARGET}-&amp;/" config.h.orig &gt; config.h</userinput></screen>
    4444
    4545    <para>Compile the package:</para>
  • BOOK/final-system/arm/perl.xml

    r3dc3c3e r73b1cbb  
    4242<screen os="s2"><userinput>cp -v Makefile.SH{,.orig}
    4343sed -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
    44     -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH.orig > Makefile.SH</userinput></screen>
     44    -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH.orig &gt; Makefile.SH</userinput></screen>
    4545
    4646    <para os="a">The Cross directory contains a Makefile for cross-compiling:</para>
  • BOOK/final-system/common/coreutils.xml

    r3dc3c3e r73b1cbb  
    5050
    5151<screen os="s2"><userinput>cp -v src/Makefile.in{,.orig}
    52 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>
     52sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
    5353
    5454    <para os="a">Configure can not properly determine how to get free space
  • BOOK/final-system/common/gcc.xml

    r3dc3c3e r73b1cbb  
    5353
    5454<screen os="e2"><userinput>cp gcc/gccbug.in{,.orig}
    55 sed 's/@have_mktemp_command@/yes/' gcc/gccbug.in.orig > gcc/gccbug.in</userinput></screen>
     55sed 's/@have_mktemp_command@/yes/' gcc/gccbug.in.orig &gt; gcc/gccbug.in</userinput></screen>
    5656
    5757    <para os="s1">The <command>fixincludes</command> script attempts to "fix"
     
    6262
    6363<screen os="s2"><userinput>cp gcc/Makefile.in{,.orig}
    64 sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
     64sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig &gt; gcc/Makefile.in</userinput></screen>
    6565
    6666    <para os="c">The GCC documentation recommends building GCC outside of the source
  • BOOK/final-system/common/gzip.xml

    r3dc3c3e r73b1cbb  
    3232<screen os="s2"><userinput>for file in $(grep -lr futimens *); do
    3333  cp -v ${file}{,.orig}
    34   sed -e "s/futimens/gl_&amp;/" ${file}.orig > ${file}
     34  sed -e "s/futimens/gl_&amp;/" ${file}.orig &gt; ${file}
    3535done</userinput></screen>
    3636
  • BOOK/final-system/common/psmisc.xml

    r3dc3c3e r73b1cbb  
    3030    following tells it that we do:</para>
    3131
    32 <screen os="a2"><userinput>echo "ac_cv_func_malloc_0_nonnull=yes" > config.cache
     32<screen os="a2"><userinput>echo "ac_cv_func_malloc_0_nonnull=yes" &gt; config.cache
    3333echo "ac_cv_func_realloc_0_nonnull=yes" >> config.cache</userinput></screen>
    3434
  • BOOK/final-system/common/util-linux-ng.xml

    r3dc3c3e r73b1cbb  
    3636<screen><userinput>cp hwclock/hwclock.c{,.orig}
    3737sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
    38     hwclock/hwclock.c.orig > hwclock/hwclock.c
     38    hwclock/hwclock.c.orig &gt; hwclock/hwclock.c
    3939mkdir -pv ${CLFS}/var/lib/hwclock</userinput></screen>
    4040
Note: See TracChangeset for help on using the changeset viewer.