source: chapter06/patch.xml@ c310ddd

Last change on this file since c310ddd was 9c9c8e19, checked in by Jeremy Huntwork <jhuntwork@…>, 19 years ago

Remove ppc specific instructions from chapter 6 patch.

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

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[1770019]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[673b0d8]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[81fd230]6<sect1 id="ch-system-patch" role="wrap">
[673b0d8]7<title>Patch-&patch-version;</title>
8<?dbhtml filename="patch.html"?>
9
10<indexterm zone="ch-system-patch"><primary sortas="a-Patch">Patch</primary></indexterm>
[6370fa6]11
[a001133]12<sect2 role="package"><title/>
[3745391]13<para>The Patch package contains a program for modifying or creating files by
[2a88671]14applying a <quote>patch</quote> file typically created by the
15<command>diff</command> program.</para>
[5888299]16
[a001133]17<segmentedlist>
18<segtitle>&buildtime;</segtitle>
19<segtitle>&diskspace;</segtitle>
[eb6d9eb]20<seglistitem><seg>0.1 SBU</seg><seg>1.5 MB</seg></seglistitem>
[a001133]21</segmentedlist>
[673b0d8]22
[81fd230]23<segmentedlist>
[45992ae]24<segtitle>&dependencies;</segtitle>
[81fd230]25<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
26GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
27</segmentedlist>
[a001133]28</sect2>
[3554fa3a]29
[a001133]30<sect2 role="installation">
[73aedd1d]31<title>Installation of Patch</title>
32
[9c9c8e19]33<para>Prepare Patch for compilation.</para>
[73aedd1d]34
[9c9c8e19]35<screen><userinput>./configure --prefix=/usr</userinput></screen>
[73aedd1d]36
37<para>Compile the package:</para>
38
39<screen><userinput>make</userinput></screen>
40
[81fd230]41<para>This package does not come with a test suite.</para>
42
43<para>Install the package:</para>
[73aedd1d]44
45<screen><userinput>make install</userinput></screen>
46
47</sect2>
[6370fa6]48
[5888299]49
[c6cb3aa]50<sect2 id="contents-patch" role="content"><title>Contents of Patch</title>
[673b0d8]51
[81fd230]52<segmentedlist>
53<segtitle>Installed program</segtitle>
54<seglistitem><seg>patch</seg></seglistitem>
55</segmentedlist>
56
57<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
58<?dbfo list-presentation="list"?>
[8f97096]59<?dbhtml list-presentation="table"?>
[81fd230]60
61<varlistentry id="patch">
62<term><command>patch</command></term>
63<listitem>
64<para>Modifies files according to a patch file. A patch file is normally
65a difference listing created with the <command>diff</command> program. By applying
66these differences to the original files, <command>patch</command> creates the patched
67versions.</para>
68<indexterm zone="ch-system-patch patch"><primary sortas="b-patch">patch</primary></indexterm>
69</listitem>
70</varlistentry>
71</variablelist>
[673b0d8]72
73</sect2>
74
75</sect1>
[81fd230]76
Note: See TracBrowser for help on using the repository browser.