diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-06-11 20:43:58 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-06-11 20:43:58 +0000 |
commit | 8933f763cf6e32eeae797ab10e815b649dac35be (patch) | |
tree | 5304a83e3ef608c12f1d61f43f0f8eeeedd52180 /chapter05 | |
parent | eece29dda4e0d7ceb8a095d14603883952ce9ef8 (diff) |
Update to make-4.2.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11090 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/make.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chapter05/make.xml b/chapter05/make.xml index f03c55c6d..22b5afb4e 100644 --- a/chapter05/make.xml +++ b/chapter05/make.xml @@ -42,9 +42,6 @@ <sect2 role="installation"> <title>Installation of Make</title> - <para>Fix some problems identified upstream:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&make-upstream-patch;</userinput></screen> <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools --without-guile</userinput></screen> |