Changeset 6176b00 in clfs-sysroot


Ignore:
Timestamp:
Sep 15, 2006, 5:08:42 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
58bc8d5
Parents:
14ab808
Message:

Re-arranged the perl sed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/arm/perl.xml

    r14ab808 r6176b00  
    3535    later:</para>
    3636
    37 <screen os="s2"><userinput>sed -i Makefile.SH \
    38     -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
    39     -e "s@static_target='static'@static_target='static_pic'@g"</userinput></screen>
     37<screen os="s2"><userinput>sed -i -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
     38    -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH</userinput></screen>
    4039
    4140    <para os="a">The Cross directory contains a Makefile for cross-compiling.</para>
Note: See TracChangeset for help on using the changeset viewer.