aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/patch.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
index 263feffac..9ea3f39f9 100644
--- a/chapter05/patch.xml
+++ b/chapter05/patch.xml
@@ -43,12 +43,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=/tools</userinput></screen>
@@ -57,7 +51,11 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>Compilation is now complete. As discussed earlier, running the test
+ suite is not mandatory for the temporary tools here in this chapter. To run
+ the Patch test suite anyway, issue the following command:</para>
+
+<screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para>