From 7b82580d090a238f031978610f2f3df4fd2ebe74 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 22 Jan 2006 12:20:02 +0000 Subject: Indenting chapter 05, part 4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/patch.xml | 76 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 46 insertions(+), 30 deletions(-) (limited to 'chapter05/patch.xml') diff --git a/chapter05/patch.xml b/chapter05/patch.xml index 531c4124a..47cec290a 100644 --- a/chapter05/patch.xml +++ b/chapter05/patch.xml @@ -1,56 +1,72 @@ - %general-entities; ]> + -Patch-&patch-version; - + + + Patch-&patch-version; + + + Patch + tools + + + + -<indexterm zone="ch-tools-patch"> -<primary sortas="a-Patch">Patch</primary> -<secondary>tools</secondary></indexterm> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../chapter06/patch.xml" + xpointer="xpointer(/sect1/sect2[1]/para[1])"/> -<sect2 role="package"><title/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/patch.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.1 SBU</seg><seg>1.5 MB</seg></seglistitem> -</segmentedlist> + <seglistitem> + <seg>0.1 SBU</seg> + <seg>1.5 MB</seg> + </seglistitem> + </segmentedlist> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/patch.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../chapter06/patch.xml" + xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> -</sect2> + </sect2> -<sect2 role="installation"> -<title>Installation of Patch + + Installation of Patch -Prepare Patch for compilation: + Prepare Patch for compilation: CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools -The preprocessor flag -D_GNU_SOURCE is -only needed on the PowerPC platform. It can be left out on other -architectures. + The preprocessor flag -D_GNU_SOURCE is + only needed on the PowerPC platform. It can be left out on other + architectures. -Compile the package: + Compile the package: make -This package does not come with a test suite. + This package does not come with a test suite. -Install the package: + Install the package: make install - + - -<para>Details on this package are located in <xref -linkend="contents-patch" role="."/></para> -</sect2> + <sect2 role="content"> + <title/> -</sect1> + <para>Details on this package are located in + <xref linkend="contents-patch" role="."/></para> + + </sect2> +</sect1> -- cgit v1.2.3-54-g00ecf