Changeset b6f7e53 for temp-system


Ignore:
Timestamp:
Feb 21, 2006, 1:48:49 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
5328cc9
Parents:
2bc31f1a
Message:

r928@server (orig r926): jim | 2005-12-19 23:13:10 -0800

r1112@server: jim | 2005-12-19 09:05:55 -0800
Updated sed for perl change


Location:
temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp-system/64/perl.xml

    r2bc31f1a rb6f7e53  
    6666
    6767<screen os="m"><userinput>cp config.sh{,.orig}
    68 sed -e "s@\(^ar=\).*@\1'${AR}'@g" config.sh.orig > config.sh
    69 cp config.sh{,.orig}
    70 sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh
    71 cp config.sh{,.orig}
    72 sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh
    73 cp config.sh{,.orig}
    74 sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh</userinput></screen>
     68sed -e "s@\(^ar=\).*@\1'${AR}'@g" \
     69    -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" \
     70    -e "s@\(^cc=\).*@\1'${CC} ${BUILD64}'@g" \
     71    -e "s@\(^ld=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh</userinput></screen>
    7572
    7673    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • temp-system/common/perl.xml

    r2bc31f1a rb6f7e53  
    7676
    7777<screen os="m"><userinput>cp config.sh{,.orig}
    78 sed -e "s@\(^ar=\).*@\1'${AR}'@g" config.sh.orig > config.sh
    79 cp config.sh{,.orig}
    80 sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh
    81 cp config.sh{,.orig}
    82 sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh
    83 cp config.sh{,.orig}
    84 sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh</userinput></screen>
     78sed -e "s@\(^ar=\).*@\1'${AR}'@g" \
     79    -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" \
     80    -e "s@\(^cc=\).*@\1'${CC} ${BUILD32}'@g" \
     81    -e "s@\(^ld=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh</userinput></screen>
    8582
    8683  <para os="n">Now we are ready to make our cross-compiled perl:</para>
Note: See TracChangeset for help on using the changeset viewer.