diff options
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 030297684..791908683 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -40,16 +40,6 @@ <sect2 role="installation"> <title>Installation of Make</title> - <para>First fix some problems that have been identified since - the last package release:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&make-upstream_fixes-patch;</userinput></screen> - - <para>Now, fix a known issue with the test suite that causes one of the - tests to fail:</para> - -<screen><userinput remap="pre">sed -i -e 's/-j/ -j/' tests/scripts/features/recursion</userinput></screen> - <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |