[Clfs-commits] commit: r4499 - /trunk/BOOK/cross-tools/common/glibc.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 18 15:03:27 PST 2009


Author: jim
Date: Sun Jan 18 23:03:26 2009
New Revision: 4499

Log:
Updated echo in glibc to use cat

Modified:
    trunk/BOOK/cross-tools/common/glibc.xml

Modified: trunk/BOOK/cross-tools/common/glibc.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/glibc.xml (original)
+++ trunk/BOOK/cross-tools/common/glibc.xml Sun Jan 18 23:03:26 2009
@@ -49,9 +49,11 @@
     <para os="dd">The following lines need to be added to
     <filename>config.cache</filename> for Glibc to support NPTL:</para>
 
-<screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" > config.cache
-echo "libc_cv_c_cleanup=yes" >> config.cache
-echo "libc_cv_gnu89_inline=yes" >> config.cache</userinput></screen>
+<screen os="de"><userinput>cat > config.cache << "EOF"
+libc_cv_forced_unwind=yes
+libc_cv_c_cleanup=yes
+libc_cv_gnu99_inline=yes
+EOF</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/glibc.xml"




More information about the Clfs-commits mailing list