From 81fd230419b0cfd052b08fc1ed352bb7d49975df Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 19 Feb 2005 22:16:42 +0000 Subject: Trunk is now identical to Testing git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/patch.xml | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'chapter06/patch.xml') diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 5d28069f6..d935dfc14 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -3,13 +3,14 @@ %general-entities; ]> - + Patch-&patch-version; Patch +<para>The Patch package contains a program for modifying files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -17,12 +18,19 @@ <seglistitem><seg>0.1 SBU</seg><seg>1.9 MB</seg></seglistitem> </segmentedlist> +<segmentedlist> +<segtitle>Patch installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, +GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> +</segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Patch -Prepare Patch for compilation: +Prepare Patch for compilation. The preprocessor flag +-D_GNU_SOURCE is only needed on the PowerPC +platform. It can be left it out on other architectures: CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr @@ -30,7 +38,9 @@ make -Now install it: +This package does not come with a test suite. + +Install the package: make install @@ -39,8 +49,27 @@ Contents of Patch -See testing + +Installed program +patch + + +Short Descriptions + + + +patch + +Modifies files according to a patch file. A patch file is normally +a difference listing created with the diff program. By applying +these differences to the original files, patch creates the patched +versions. +patch + + + + -- cgit v1.2.3-54-g00ecf