Author: jhuntwork Date: 2005-05-13 12:45:55 -0600 (Fri, 13 May 2005) New Revision: 5347
Added: branches/cross-lfs/BOOK/temp-system/multilib/patch.xml Modified: branches/cross-lfs/BOOK/temp-system/sparc64-chapter.xml Log: Added patch instructions to multilib in temp-system Copied: branches/cross-lfs/BOOK/temp-system/multilib/patch.xml (from rev 5331, branches/cross-lfs/BOOK/temp-system/common/patch.xml) =================================================================== --- branches/cross-lfs/BOOK/temp-system/common/patch.xml 2005-05-13 16:52:55 UTC (rev 5331) +++ branches/cross-lfs/BOOK/temp-system/multilib/patch.xml 2005-05-13 18:45:55 UTC (rev 5347) @@ -0,0 +1,54 @@ +<?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" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + <!ENTITY % patches-entities SYSTEM "../../patches.ent"> + %general-entities; + %patches-entities; +]> + +<sect1 id="ch-temp-system-patch" role="wrap"> +<title>Patch-&patch-version;</title> +<?dbhtml filename="patch.html"?> + +<indexterm zone="ch-temp-system-patch"> +<primary sortas="a-Patch">Patch</primary> +<secondary>temporary system</secondary></indexterm> + +<sect2 role="package"><title/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../final-system/common/patch.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.1 SBU</seg><seg>1.9 MB</seg></seglistitem> +</segmentedlist> + +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../final-system/common/patch.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> + +</sect2> + +<sect2 role="installation"> +<title>Installation of Patch</title> + +<para>Prepare Patch for compilation:</para> + +<screen><userinput>CC="${CC} ${BUILD64}" CPPFLAGS=-D_GNU_SOURCE \ + ./configure --prefix=/tools --host=${LFS_TARGET}</userinput></screen> + +<para>Compile the package:</para> + +<screen><userinput>make LDFLAGS="-s"</userinput></screen> + +<para>Install the package:</para> + +<screen><userinput>make install</userinput></screen> + +</sect2> + +<sect2 role="content"><title/> +<para>Details on this package are located in <xref +linkend="contents-patch" role="."/></para> +</sect2> + +</sect1> + Modified: branches/cross-lfs/BOOK/temp-system/sparc64-chapter.xml =================================================================== --- branches/cross-lfs/BOOK/temp-system/sparc64-chapter.xml 2005-05-13 18:32:41 UTC (rev 5346) +++ branches/cross-lfs/BOOK/temp-system/sparc64-chapter.xml 2005-05-13 18:45:55 UTC (rev 5347) @@ -31,7 +31,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gettext-64bit.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/ncurses-64bit.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patch.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/patch.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page