aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-inst.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-10-27 22:21:44 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-10-27 22:21:44 +0000
commit4d6fc2dabb417f72752429222a3698ecc8a3c537 (patch)
tree073c981871be15744ed5f6d72189f286975ea5f6 /chapter06/glibc-inst.xml
parent2443baaf497c491965623107d6fe4f4b505e06aa (diff)
[Bug 164] XML Tidy up
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r--chapter06/glibc-inst.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 4237ec70c..96991e865 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -14,26 +14,26 @@ it comes with.</para>
<para>Install Glibc by running the following commands:</para>
-<para><screen><userinput>mknod -m 0666 /dev/null c 1 3 &amp;&amp;</userinput>
-<userinput>touch /etc/ld.so.conf &amp;&amp;</userinput>
-<userinput>cp malloc/Makefile malloc/Makefile.backup &amp;&amp;</userinput>
-<userinput>sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile &gt; tmp~ &amp;&amp;</userinput>
-<userinput>mv tmp~ malloc/Makefile &amp;&amp;</userinput>
-<userinput>cp login/Makefile login/Makefile.backup &amp;&amp;</userinput>
-<userinput>sed 's/root/0/' login/Makefile &gt; tmp~ &amp;&amp;</userinput>
-<userinput>mv tmp~ login/Makefile &amp;&amp;</userinput>
-<userinput>mkdir ../glibc-build &amp;&amp;</userinput>
-<userinput>cd ../glibc-build &amp;&amp;</userinput>
-<userinput>../glibc-&glibc-version;/configure --prefix=/usr \</userinput>
-<userinput>&nbsp;&nbsp;&nbsp;--enable-add-ons --libexecdir=/usr/bin &amp;&amp;</userinput>
-<userinput>cp config.make config.make.backup &amp;&amp;</userinput>
-<userinput>sed 's/cross-compiling = yes/cross-compiling = no/' \</userinput>
-<userinput>&nbsp;&nbsp;&nbsp;config.make &gt; tmp~ &amp;&amp;</userinput>
-<userinput>mv tmp~ config.make &amp;&amp;</userinput>
-<userinput>make &amp;&amp;</userinput>
-<userinput>make install &amp;&amp;</userinput>
-<userinput>make localedata/install-locales &amp;&amp;</userinput>
-<userinput>exec /bin/bash --login</userinput></screen></para>
+<para><screen><userinput>mknod -m 0666 /dev/null c 1 3 &amp;&amp;
+touch /etc/ld.so.conf &amp;&amp;
+cp malloc/Makefile malloc/Makefile.backup &amp;&amp;
+sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile &gt; tmp~ &amp;&amp;
+mv tmp~ malloc/Makefile &amp;&amp;
+cp login/Makefile login/Makefile.backup &amp;&amp;
+sed 's/root/0/' login/Makefile &gt; tmp~ &amp;&amp;
+mv tmp~ login/Makefile &amp;&amp;
+mkdir ../glibc-build &amp;&amp;
+cd ../glibc-build &amp;&amp;
+../glibc-&glibc-version;/configure --prefix=/usr \
+&nbsp;&nbsp;&nbsp;--enable-add-ons --libexecdir=/usr/bin &amp;&amp;
+cp config.make config.make.backup &amp;&amp;
+sed 's/cross-compiling = yes/cross-compiling = no/' \
+&nbsp;&nbsp;&nbsp;config.make &gt; tmp~ &amp;&amp;
+mv tmp~ config.make &amp;&amp;
+make &amp;&amp;
+make install &amp;&amp;
+make localedata/install-locales &amp;&amp;
+exec /bin/bash --login</userinput></screen></para>
<para>An alternative to running <userinput>make
localedata/install-locales</userinput> is to only install those locales