Changeset 518ba8b in clfs-sysroot for BOOK/cross-tools/arm/variables.xml


Ignore:
Timestamp:
Jul 9, 2006, 9:40:56 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
ea6608b
Parents:
54445d4
Message:

Replaced backtics with $()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/variables.xml

    r54445d4 r518ba8b  
    2020  command:</para>
    2121
    22 <screen os="b"><userinput>export LFS_HOST="`echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"</userinput></screen>
     22<screen os="b"><userinput>export LFS_HOST="$(echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g')"</userinput></screen>
    2323
    2424  <para os="c">Now you will need to set the target triplet for the target
Note: See TracChangeset for help on using the changeset viewer.