Author: jhuntwork
Date: 2007-10-06 12:57:15 -0600 (Sat, 06 Oct 2007)
New Revision: 8403
Modified:
branches/jh/BOOK/chapter06/glibc.xml
Log:
Fixed rogue 'done' in case statement.
Modified: branches/jh/BOOK/chapter06/glibc.xml
===================================================================
--- branches/jh/BOOK/chapter06/glibc.xml 2007-10-05 23:16:17 UTC (rev
8402)
+++ branches/jh/BOOK/chapter06/glibc.xml 2007-10-06 18:57:15 UTC (rev
8403)
@@ -108,7 +108,7 @@
<screen><userinput remap="configure">case `uname -m` in
i?86) echo "CFLAGS += -march=i486 -mtune=native" > configparms ;;
-done</userinput></screen>
+esac</userinput></screen>
<para>Prepare Glibc for compilation:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page