Author: jim
Date: 2006-07-09 13:46:20 -0600 (Sun, 09 Jul 2006)
New Revision: 1947
Modified:
/
branches/clfs-2.0/BOOK/cross-tools/arm/variables.xml
Log:
[EMAIL PROTECTED] (orig r2045): jciccone | 2006-07-09 09:40:56 -0700
Replaced backtics with $()
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2044
+ b6734a72-470d-0410-b049-f317dca95413:/:2045
Modified: branches/clfs-2.0/BOOK/cross-tools/arm/variables.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/arm/variables.xml 2006-07-09
19:46:07 UTC (rev 1946)
+++ branches/clfs-2.0/BOOK/cross-tools/arm/variables.xml 2006-07-09
19:46:20 UTC (rev 1947)
@@ -19,7 +19,7 @@
particular needs. To set this information you can issue the following
command:</para>
-<screen os="b"><userinput>export LFS_HOST="`echo ${MACHTYPE} | sed -e
's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"</userinput></screen>
+<screen os="b"><userinput>export LFS_HOST="$(echo ${MACHTYPE} | sed -e
's/unknown/cross/g' -e 's/-pc-/-cross-/g')"</userinput></screen>
<para os="c">Now you will need to set the target triplet for the target
architecture. You can do this by running the same command as above, just
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page