diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-03 19:55:09 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-03 19:55:09 +0000 |
commit | 3e801560a71bead93f49fdcc665962563a71d9ea (patch) | |
tree | eff6a8b880d08e9d9060937001015e5c7bebe0f9 /chapter06/make.xml | |
parent | d7bd6fdcdffd1aef21b32d6f98ef6eac45d0ee8f (diff) |
Upgrade to Make-3.82. Fixes #2726.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9346 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |