diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-27 22:21:44 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-27 22:21:44 +0000 |
commit | 4d6fc2dabb417f72752429222a3698ecc8a3c537 (patch) | |
tree | 073c981871be15744ed5f6d72189f286975ea5f6 /chapter06/glibc-inst.xml | |
parent | 2443baaf497c491965623107d6fe4f4b505e06aa (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.xml | 40 |
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 &&</userinput> -<userinput>touch /etc/ld.so.conf &&</userinput> -<userinput>cp malloc/Makefile malloc/Makefile.backup &&</userinput> -<userinput>sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile > tmp~ &&</userinput> -<userinput>mv tmp~ malloc/Makefile &&</userinput> -<userinput>cp login/Makefile login/Makefile.backup &&</userinput> -<userinput>sed 's/root/0/' login/Makefile > tmp~ &&</userinput> -<userinput>mv tmp~ login/Makefile &&</userinput> -<userinput>mkdir ../glibc-build &&</userinput> -<userinput>cd ../glibc-build &&</userinput> -<userinput>../glibc-&glibc-version;/configure --prefix=/usr \</userinput> -<userinput> --enable-add-ons --libexecdir=/usr/bin &&</userinput> -<userinput>cp config.make config.make.backup &&</userinput> -<userinput>sed 's/cross-compiling = yes/cross-compiling = no/' \</userinput> -<userinput> config.make > tmp~ &&</userinput> -<userinput>mv tmp~ config.make &&</userinput> -<userinput>make &&</userinput> -<userinput>make install &&</userinput> -<userinput>make localedata/install-locales &&</userinput> -<userinput>exec /bin/bash --login</userinput></screen></para> +<para><screen><userinput>mknod -m 0666 /dev/null c 1 3 && +touch /etc/ld.so.conf && +cp malloc/Makefile malloc/Makefile.backup && +sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile > tmp~ && +mv tmp~ malloc/Makefile && +cp login/Makefile login/Makefile.backup && +sed 's/root/0/' login/Makefile > tmp~ && +mv tmp~ login/Makefile && +mkdir ../glibc-build && +cd ../glibc-build && +../glibc-&glibc-version;/configure --prefix=/usr \ + --enable-add-ons --libexecdir=/usr/bin && +cp config.make config.make.backup && +sed 's/cross-compiling = yes/cross-compiling = no/' \ + config.make > tmp~ && +mv tmp~ config.make && +make && +make install && +make localedata/install-locales && +exec /bin/bash --login</userinput></screen></para> <para>An alternative to running <userinput>make localedata/install-locales</userinput> is to only install those locales |