[oe-commits] org.oe.documentation usermanual.xml: sample export command was broken in docu.

Laibsch commit openembedded-commits at lists.openembedded.org
Mon Jan 7 13:52:21 UTC 2008


usermanual.xml: sample export command was broken in docu.  
Applying fix from bug 2209.  Thanks for spotting it.

Author: Laibsch at openembedded.org
Branch: org.openembedded.documentation
Revision: 9affab74bc9cb10ec0b750752491c72491140c92
ViewMTN: http://monotone.openembedded.org/revision/info/9affab74bc9cb10ec0b750752491c72491140c92
Files:
1
usermanual/usermanual.xml
Diffs:

#
# mt diff -r03213d66835b92612058df0c3b6c5abf8f2cbceb -r9affab74bc9cb10ec0b750752491c72491140c92
#
# 
# 
# patch "usermanual/usermanual.xml"
#  from [9d79c5f01b273eddb6799df72680d59398f05e2f]
#    to [88356e8ae62ce5492ee49bc6ebdbf82e4510abd9]
# 
============================================================
--- usermanual/usermanual.xml	9d79c5f01b273eddb6799df72680d59398f05e2f
+++ usermanual/usermanual.xml	88356e8ae62ce5492ee49bc6ebdbf82e4510abd9
@@ -680,14 +680,14 @@ DISTRO_TYPE = "release"
           <command>TARGET_OS</command> to linux-uclibc.</para>
 
           <screen>
-export CC  = "${CCACHE}arm-linux-gcc-3.4.4 ${HOST_CC_ARCH}"
-export CXX = "${CCACHE}arm-linux-g++ ${HOST_CC_ARCH}"
-export CPP = "arm-linux-gcc-3.4.4 -E"
-export LD = "arm-linux-ld"
-export AR  = "arm-linux-ar"
-export AS  = "arm-linux-as"
-export RANLIB  = "arm-linux-ranlib"
-export STRIP  = "arm-linux-strip"
+export CC="${CCACHE}arm-linux-gcc-3.4.4 ${HOST_CC_ARCH}"
+export CXX="${CCACHE}arm-linux-g++ ${HOST_CC_ARCH}"
+export CPP="arm-linux-gcc-3.4.4 -E"
+export LD="arm-linux-ld"
+export AR="arm-linux-ar"
+export AS="arm-linux-as"
+export RANLIB="arm-linux-ranlib"
+export STRIP="arm-linux-strip"
                 </screen>
 
           <para>The above variables replace the ones from






More information about the Openembedded-commits mailing list