aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/patch.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-11-15 15:10:40 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-11-15 15:10:40 +0000
commit77a02d2eda989bd125a95fe19a86bec194b544ee (patch)
tree49455d53d32f371dadf8490140aaeaff8abeb75f /chapter06/patch.xml
parente69c45bef91e69257942d9f652121e2b5d13d291 (diff)
Upgrade to Patch-2.6. Fixes #2513.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r--chapter06/patch.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index a2213f867..da7fcb3f7 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -42,12 +42,6 @@
<sect2 role="installation">
<title>Installation of Patch</title>
- <para>Apply a patch that fixes a bug whereby <command>patch</command>
- fails to apply patches whose lines contain trailing carriage return
- characters:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&patch-fixes-patch;</userinput></screen>
-
<para>Prepare Patch for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
@@ -56,7 +50,9 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>To test the results, issue:</para>
+
+<screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para>