Changeset 36929b7 in clfs-embedded


Ignore:
Timestamp:
Jan 23, 2007, 2:51:04 AM (17 years ago)
Author:
Maarten Lankhorst <m.b.lankhorst@…>
Branches:
master
Children:
30fbba8
Parents:
2955e5f
Message:

The rest of the book doesn\'t seem to use sed -i, so I won't use that here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-clfs3/common/dropbear.xml

    r2955e5f r36929b7  
    3535    <para os="p3">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para>
    3636
    37     <screen os="p4"><userinput>sed -e s/@LD@/@CC@/ -i Makefile.in</userinput></screen>
     37    <screen os="p4"><userinput>cp Makefile.in Makefile.in.orig
     38sed -e s/@LD@/@CC@/ Makefile.in.orig > Makefile.in</userinput></screen>
    3839
    3940    <para os="a">Configure dropbear:</para>
Note: See TracChangeset for help on using the changeset viewer.