Changeset dfc9e3ad


Ignore:
Timestamp:
Feb 21, 2006, 1:48:41 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4590eeb
Parents:
9b0e5f2
Message:

r927@server (orig r925): jim | 2005-12-19 23:12:58 -0800

r1111@server: jim | 2005-12-19 03:29:02 -0800
Fixed text layout on perl temp-system page


Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    r9b0e5f2 rdfc9e3ad  
    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" config.sh.orig > config.sh
     69cp config.sh{,.orig}
     70sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh
     71cp config.sh{,.orig}
     72sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh
     73cp config.sh{,.orig}
     74sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh</userinput></screen>
    7575
    7676    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/perl.xml

    r9b0e5f2 rdfc9e3ad  
    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" config.sh.orig > config.sh
     79cp config.sh{,.orig}
     80sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh
     81cp config.sh{,.orig}
     82sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh
     83cp config.sh{,.orig}
     84sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh</userinput></screen>
    8585
    8686  <para os="n">Now we are ready to make our cross-compiled perl:</para>
Note: See TracChangeset for help on using the changeset viewer.