Author: manuel Date: 2005-06-03 11:03:05 -0600 (Fri, 03 Jun 2005) New Revision: 5611
Modified: branches/cross-lfs/BOOK/materials/mips/patches.xml Log: Indented materials/mips/patches.xml Modified: branches/cross-lfs/BOOK/materials/mips/patches.xml =================================================================== --- branches/cross-lfs/BOOK/materials/mips/patches.xml 2005-06-03 16:58:42 UTC (rev 5610) +++ branches/cross-lfs/BOOK/materials/mips/patches.xml 2005-06-03 17:03:05 UTC (rev 5611) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % patches-entities SYSTEM "../../patches.ent"> %general-entities; @@ -7,60 +8,52 @@ ]> <sect1 id="ch-materials-patches-mips"> -<title>Needed Patches for MIPS</title> -<?dbhtml filename="patches-mips.html"?> + <?dbhtml filename="patches-mips.html"?> -<para>In addition to the packages, several patches are also required. -These patches correct any mistakes in the packages that should be -fixed by the maintainer. The patches also make small modifications to -make the packages easier to work with. The following patches will be -needed to build an LFS system:</para> + <title>Aditional Patches for MIPS 32 Bits</title> -<variablelist role="materials"> + <variablelist role="materials"> -<varlistentry> -<term>GLIBC Syscall Patch - 11 KB:</term> -<listitem> -<para><ulink url="&patches-root;glibc/&glibc-mips_syscall-patch;"/></para> -</listitem> -</varlistentry> + <varlistentry> + <term>GLIBC Syscall Patch - 11 KB:</term> + <listitem> + <para><ulink + url="&patches-root;glibc/&glibc-mips_syscall-patch;"/></para> + </listitem> + </varlistentry> -<varlistentry> -<term>Grep Config Update Patch - 48 KB:</term> -<listitem> -<para><ulink url="&patches-root;grep/&grep-mips_update-patch;"/></para> -</listitem> -</varlistentry> + <varlistentry> + <term>Grep Config Update Patch - 48 KB:</term> + <listitem> + <para><ulink + url="&patches-root;grep/&grep-mips_update-patch;"/></para> + </listitem> + </varlistentry> -<varlistentry> -<term>Linux-libc-headers Patch - 1 KB:</term> -<listitem> -<para><ulink url="&patches-root;linux-libc-headers/&linux-libc-headers-mips-patch;"/></para> -</listitem> -</varlistentry> + <varlistentry> + <term>Linux-libc-headers Patch - 1 KB:</term> + <listitem> + <para><ulink + url="&patches-root;linux-libc-headers/&linux-libc-headers-mips-patch;"/></para> + </listitem> + </varlistentry> -<varlistentry> -<term>Linux Patch - 164 KB:</term> -<listitem> -<para><ulink url="&patches-root;linux/&linux-mips-patch;"/></para> -</listitem> -</varlistentry> + <varlistentry> + <term>Linux Patch - 164 KB:</term> + <listitem> + <para><ulink + url="&patches-root;linux/&linux-mips-patch;"/></para> + </listitem> + </varlistentry> -<varlistentry> -<term>Procps Signal 11 Patch - 1 KB:</term> -<listitem> -<para><ulink url="&patches-root;procps/&procps-mips-patch;"/></para> -</listitem> -</varlistentry> + <varlistentry> + <term>Procps Signal 11 Patch - 1 KB:</term> + <listitem> + <para><ulink + url="&patches-root;procps/&procps-mips-patch;"/></para> + </listitem> + </varlistentry> -</variablelist> + </variablelist> -<para>In addition to the above required patches, there exist a number of -optional patches created by the LFS community. These optional patches -solve minor problems or enable functionality that is not enabled by -default. Feel free to peruse the patches database located at -<ulink url="&lfs-root;patches/"/> and acquire any additional -patches to suit the system needs.</para> - </sect1> - -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
