Ignore:
Timestamp:
01/22/2006 12:21:07 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
b4cd3c5
Parents:
d1ae0cb
Message:

Ported r7290 from trunk to alphabetical.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7291 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/patch.xml

    rd1ae0cb r3b45abb  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    34  <!ENTITY % general-entities SYSTEM "../general.ent">
    45  %general-entities;
    56]>
     7
    68<sect1 id="ch-tools-patch" role="wrap">
    7 <title>Patch-&patch-version;</title>
    8 <?dbhtml filename="patch.html"?>
     9  <?dbhtml filename="patch.html"?>
    910
    10 <indexterm zone="ch-tools-patch">
    11 <primary sortas="a-Patch">Patch</primary>
    12 <secondary>tools</secondary></indexterm>
     11  <title>Patch-&patch-version;</title>
    1312
    14 <sect2 role="package"><title/>
    15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/patch.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
     13  <indexterm zone="ch-tools-patch">
     14    <primary sortas="a-Patch">Patch</primary>
     15    <secondary>tools</secondary>
     16  </indexterm>
    1617
    17 <segmentedlist>
    18 <segtitle>&buildtime;</segtitle>
    19 <segtitle>&diskspace;</segtitle>
    20 <seglistitem><seg>0.1 SBU</seg><seg>1.5 MB</seg></seglistitem>
    21 </segmentedlist>
     18  <sect2 role="package">
     19    <title/>
    2220
    23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/patch.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
     21    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     22    href="../chapter06/patch.xml"
     23    xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
    2424
    25 </sect2>
     25    <segmentedlist>
     26      <segtitle>&buildtime;</segtitle>
     27      <segtitle>&diskspace;</segtitle>
    2628
    27 <sect2 role="installation">
    28 <title>Installation of Patch</title>
     29      <seglistitem>
     30        <seg>0.1 SBU</seg>
     31        <seg>1.5 MB</seg>
     32      </seglistitem>
     33    </segmentedlist>
    2934
    30 <para>Prepare Patch for compilation:</para>
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../chapter06/patch.xml"
     37    xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
     38
     39  </sect2>
     40
     41  <sect2 role="installation">
     42    <title>Installation of Patch</title>
     43
     44    <para>Prepare Patch for compilation:</para>
    3145
    3246<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen>
    3347
    34 <para>The preprocessor flag <parameter>-D_GNU_SOURCE</parameter> is
    35 only needed on the PowerPC platform. It can be left out on other
    36 architectures.</para>
     48    <para>The preprocessor flag <parameter>-D_GNU_SOURCE</parameter> is
     49    only needed on the PowerPC platform. It can be left out on other
     50    architectures.</para>
    3751
    38 <para>Compile the package:</para>
     52    <para>Compile the package:</para>
    3953
    4054<screen><userinput>make</userinput></screen>
    4155
    42 <para>This package does not come with a test suite.</para>
     56    <para>This package does not come with a test suite.</para>
    4357
    44 <para>Install the package:</para>
     58    <para>Install the package:</para>
    4559
    4660<screen><userinput>make install</userinput></screen>
    4761
    48 </sect2>
     62  </sect2>
    4963
    50 <sect2 role="content"><title/>
    51 <para>Details on this package are located in <xref
    52 linkend="contents-patch" role="."/></para>
    53 </sect2>
     64  <sect2 role="content">
     65    <title/>
     66
     67    <para>Details on this package are located in
     68    <xref linkend="contents-patch" role="."/></para>
     69
     70  </sect2>
    5471
    5572</sect1>
    56 
Note: See TracChangeset for help on using the changeset viewer.