Author: chris
Date: 2006-04-17 08:08:22 -0600 (Mon, 17 Apr 2006)
New Revision: 1396

Modified:
   trunk/BOOK/cross-tools/common/glibc.xml
   trunk/BOOK/final-system/common/glibc.xml
Log:
Fixed formatting for glibc sed command, and removed the extra command in 
cross-tools.

Modified: trunk/BOOK/cross-tools/common/glibc.xml
===================================================================
--- trunk/BOOK/cross-tools/common/glibc.xml     2006-04-17 13:28:08 UTC (rev 
1395)
+++ trunk/BOOK/cross-tools/common/glibc.xml     2006-04-17 14:08:22 UTC (rev 
1396)
@@ -46,12 +46,6 @@
     href="../../final-system/common/glibc.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'s2'])"/>
 
-    <para os="s1">The following sed fixes a build issue with Glibc. This will
-    prevent nscd from trying to link to libraries that don't exist:</para>
-
-<screen os="s2"><userinput>cp nscd/Makefile{,.orig}
-sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > 
nscd/Makefile</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../../final-system/common/glibc.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>

Modified: trunk/BOOK/final-system/common/glibc.xml
===================================================================
--- trunk/BOOK/final-system/common/glibc.xml    2006-04-17 13:28:08 UTC (rev 
1395)
+++ trunk/BOOK/final-system/common/glibc.xml    2006-04-17 14:08:22 UTC (rev 
1396)
@@ -63,7 +63,7 @@
     will prevent nscd from trying to link to libraries that don't exist:</para>
 
 <screen os="s2"><userinput>cp nscd/Makefile{,.orig}
-sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig >
+sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > \
 nscd/Makefile</userinput></screen>
 
     <para os="e">The Glibc documentation recommends building Glibc outside of 
the

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to